﻿@charset "UTF-8";
@import url(../frameWork/bs-datepicker.css);
@import url(../frameWork/jquery.mCustomScrollbar.css);
@import url(../frameWork/owl.carousel.min.css);
@import url(../frameWork/responsiveMenucomponent.css);
@import url(../frameWork/slick.css);
@import url(../frameWork/swiper.min.css);
@import url(../frameWork/bootstrap.min.css);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans);

@font-face {
  font-family: 'MarkaziText-Bold';
  src: url("../../fonts/MarkaziText-Bold.woff") format("woff"), url("../../fonts/MarkaziText-Bold.woff2") format("woff2"), url("../../fonts/MarkaziText-Bold.ttf") format("truetype"), url("../../fonts/MarkaziText-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MarkaziText-Regular';
  src: url("../../fonts/MarkaziText-Regular.woff") format("woff"), url("../../fonts/MarkaziText-Regular.woff2") format("woff2"), url("../../fonts/MarkaziText-Regular.ttf") format("truetype"), url("../../fonts/MarkaziText-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.homeTimeLineBar ol li a {
  margin-right: -45px !important;
}

.control--checkbox .control__indicator:after {
  right: -3px !important;
  left: auto !important;
}

#mapsTimeLine .swiper-button-prev {
  transform: rotate(0deg) !important;
}

#mapsTimeLine .swiper-button-next {
  transform: rotate(-180deg) !important;
}

#mapsTimeLine .swiper-container-rtl .swiper-button-next {
  transform: rotate(0deg) !important;
}

#mapsTimeLine .swiper-container-rtl .swiper-button-prev {
  transform: rotate(-180deg) !important;
}

.headerLinksStatic .langSwitcher .dropdown-menu {
  right: auto !important;
}

.listingRange #filtrationTimeLine .swiper-button-next {
  transform: rotate(-180deg);
}

.listingRange #filtrationTimeLine .swiper-container-rtl .swiper-button-prev {
  transform: rotate(-180deg);
}

.listingRange #filtrationTimeLine .swiper-button-prev {
  transform: rotate(180deg) !important;
}

.listingRange #filtrationTimeLine .swiper-container-ltr .swiper-button-next {
  transform: rotate(0deg) !important;
}

.MapsTabsMainCont .mapsFiltrationCont:before {
  top: 66.5% !important;
}

/*comment -> the below to fix historical period filteration*/
/* .rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-wrapper {
  direction: ltr; } */

/*Museums slide*/
/*Sites slide*/
/*waterSlide*/
/*Events slide*/
/*Child slide*/
/*inners*/
/*
    nextBtn: ab0000 - arrow: balck
    prevBtn: a9a9a9 - arrow: white

    action: ab0000

    MENu: 
    item: rgba(0, 0, 0, 0.68)
    background: rgba(0, 0, 0, 0.91);


*/
/*/* *********************************************** */
/* First Slide Animation */
/* *********************************************** */
.treasuresSlide .headerBox .startJourney .startJourneyAnchor .startJourneyCircles,
.treasuresSlide .headerBox .startJourney .startJourneyAnchor .startJourneyCircles::after {
  -webkit-animation: circlesPulse 2.5s infinite 1s backwards;
  animation: circlesPulse 2.5s infinite 1s backwards;
}

@-webkit-keyframes circlesPulse {
  0% {
    opacity: 0;
    -webkit-transform: translate(50%, -50%) scale(0.5);
    transform: translate(50%, -50%) scale(0.5);
  }

  35% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(50%, -50%) scale(1);
    transform: translate(50%, -50%) scale(1);
  }
}

@keyframes circlesPulse {
  0% {
    opacity: 0;
    -webkit-transform: translate(50%, -50%) scale(0.5);
    transform: translate(50%, -50%) scale(0.5);
  }

  35% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(50%, -50%) scale(1);
    transform: translate(50%, -50%) scale(1);
  }
}

@-webkit-keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}

@keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    -ms-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    -ms-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

/* ************************************************* */
/* Home Slide Animation */
/* ************************************************* */
.homeSlide.animate .navigationBtns,
.swiper-slide-active .navigationBtns {
  left: 0% !important;
  transition: left 2s ease-out 2.5s;
}

.swiper-slide .homeSlide.animateFast .navigationBtns {
  left: 0% !important;
  transition: left 2s ease-out 0s;
}

.homeDiscoverSlide .navigationBtns.stick {
  left: 0% !important;
  transition: left 3s ease-out 0s;
}

.swiper-slide-active.animateOnLoad .navigationBtns {
  left: 12% !important;
  transition: left 3s ease-out 1.7s;
}

.swiper-slide-prev.homeDiscoverSlide .navigationBtns {
  left: 0% !important;
  transition: left 2s ease-out 0s;
}

.swiper-slide-next .homeSlide.animateHeaderBox .headerBox {
  right: -10vw !important;
  transition: right 2.5s ease-out 1.3s;
}

.swiper-slide.reverse .headerBox {
  right: 10vw !important;
  transition: right 1.3s ease-out 0s;
}

.swiper-slide-next.homeMuseumSlide .backgroundObjectLeft {
  right: -20vw !important;
  transition: right 3s ease-out 1.5s;
}

@keyframes navigationBtnsAnimation {
  0% {
    left: -25%;
  }

  100% {
    left: 12%;
  }
}

@keyframes headeBoxAnimationOnScroll {
  0% {
    right: -10vw;
  }

  40% {
    right: 16vw;
  }

  100% {
    right: 10vw;
  }
}

@media (max-width: 1024px) {
  @keyframes headeBoxAnimationOnScroll {
    0% {
      right: 20vw;
    }

    100% {
      right: 9.08vw;
    }
  }

  @keyframes museumsheadeBoxAnimationOnScroll {
    0% {
      right: -10vw;
    }

    40% {
      right: 14vw;
    }

    100% {
      right: 9.08vw;
    }
  }
}

@keyframes museumsBackObjAnimationOnScroll {
  0% {
    right: -20vw;
  }

  60% {
    right: 7vw;
  }

  100% {
    right: 4vw;
  }
}

@media (max-width: 1024px) {
  @keyframes museumsBackObjAnimationOnScroll {
    0% {
      right: -20vw;
    }

    50% {
      right: 2vw;
    }

    100% {
      right: -7vw;
    }
  }
}

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut5 {
  0% {}

  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut5 {
  0% {}

  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
}

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}

@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
}

/*IcoMoon Font For all icons in site*/
/*IcoMoon Font For all icons in site*/
@font-face {
  font-family: 'PortalAndsubPortalIcons';
  src: url("/Style Library/fonts/PortalAndsubPortalIcons.eot?pzwsye");
  src: url("/Style Library/fonts/PortalAndsubPortalIcons.eot?pzwsye#iefix") format("embedded-opentype"), url("/Style Library/fonts/PortalAndsubPortalIcons.ttf?pzwsye") format("truetype"), url("/Style Library/fonts/PortalAndsubPortalIcons.woff?pzwsye") format("woff"), url("/Style Library/fonts/PortalAndsubPortalIcons.svg?pzwsye#PortalAndsubPortalIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'PortalAndsubPortalIcons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-announcement:before {
  content: "\e967";
}

.icon-activity:before {
  content: "\e968";
}

.icon-discovery:before {
  content: "\e969";
}

.icon-check:before {
  content: "\e95b";
  color: #9b8873;
}

.icon-compare:before {
  content: "\e95c";
  color: #131550;
}

.icon-price:before {
  content: "\e95d";
  color: #131550;
}

.icon-house-outline:before {
  content: "\e958";
}

.icon-cross:before {
  content: "\e957";
  color: #fff;
}

.icon-caret-down:before {
  content: "\e947";
  color: #fff;
}

.icon-down-arrow1:before {
  content: "\e948";
  color: #fff;
}

.icon-facebook:before {
  content: "\e949";
  color: #fff;
}

.icon-fine-art-piece-of-a-museum:before {
  content: "\e94a";
  color: #fff;
}

.icon-instagram:before {
  content: "\e94b";
  color: #fff;
}

.icon-left-arrow:before {
  content: "\e94c";
  color: #fff;
}

.icon-newsletter:before {
  content: "\e959";
  color: #fff;
}

.icon-placeholder:before {
  content: "\e94d";
  color: #fff;
}

.icon-right-arrow:before {
  content: "\e94e";
  color: #fff;
}

.icon-small-calendar:before {
  content: "\e94f";
  color: #fff;
}

.icon-soundcloud:before {
  content: "\e950";
  color: #fff;
}

.icon-time1:before {
  content: "\e951";
  color: #fff;
}

.icon-twitter:before {
  content: "\e96b";
  color: #fff;
  font-size: small;
}

.icon-up-arrow:before {
  content: "\e953";
  color: #fff;
}

.icon-menu-button-of-three-lines:before {
  content: "\e954";
  color: #fff;
}

.icon-contrast1:before {
  content: "\e955";
  color: #fff;
}

.icon-magnifying-glass1:before {
  content: "\e956";
  color: #fff;
}

.icon-cw-cleaning:before {
  content: "\e941";
}

.icon-cw-back:before {
  content: "\e940";
  color: #202060;
}

.icon-cw-clear:before {
  content: "\e942";
}

.icon-cw-leave:before {
  content: "\e943";
  color: #202060;
}

.icon-cw-redo:before {
  content: "\e944";
  color: #202060;
}

.icon-cw-save:before {
  content: "\e945";
  color: #fff;
}

.icon-cw-undo:before {
  content: "\e946";
  color: #202060;
}

.icon-envelope:before {
  content: "\e92a";
}

.icon-fax:before {
  content: "\e92b";
}

.icon-graphic-tool:before {
  content: "\e92c";
}

.icon-molecular:before {
  content: "\e92e";
}

.icon-open-book:before {
  content: "\e92f";
}

.icon-pharaoh:before {
  content: "\e930";
}

.icon-phone-call:before {
  content: "\e931";
}

.icon-picture:before {
  content: "\e932";
}

.icon-question:before {
  content: "\e933";
}

.icon-savings .path1:before {
  content: "\e934";
  color: #f9a395;
}

.icon-savings .path2:before {
  content: "\e935";
  margin-left: -1em;
  color: #e59188;
}

.icon-savings .path3:before {
  content: "\e936";
  margin-left: -1em;
  color: #344f5e;
}

.icon-savings .path4:before {
  content: "\e937";
  margin-left: -1em;
  color: #e59188;
}

.icon-savings .path5:before {
  content: "\e938";
  margin-left: -1em;
  color: #344f5e;
}

.icon-savings .path6:before {
  content: "\e939";
  margin-left: -1em;
  color: #415e72;
}

.icon-savings .path7:before {
  content: "\e93a";
  margin-left: -1em;
  color: #fcd577;
}

.icon-savings .path8:before {
  content: "\e93b";
  margin-left: -1em;
  color: #eac36e;
}

.icon-savings .path9:before {
  content: "\e93c";
  margin-left: -1em;
  color: #fcecc8;
}

.icon-savings .path10:before {
  content: "\e93d";
  margin-left: -1em;
  color: #fcd577;
}

.icon-script:before {
  content: "\e93e";
}

.icon-share:before {
  content: "\e93f";
}

.icon-filter:before {
  content: "\e929";
}

.icon-file:before {
  content: "\e926";
}

.icon-speaker:before {
  content: "\e927";
}

.icon-tickets:before {
  content: "\e928";
}

.icon-worker:before {
  content: "\e925";
  color: #131550;
}

.icon-reset:before {
  content: "\e95a";
  color: #fff;
}

.icon-mapsFiltrationPopupBtn:before {
  content: "\e923";
  color: #131550;
}

.icon-down-arrow2:before {
  content: "\e901";
}

.icon-loader:before {
  content: "\e902";
}

.icon-message:before {
  content: "\e903";
}

.icon-d:before {
  content: "\e904";
}

.icon-degrees:before {
  content: "\e905";
}

.icon-success:before {
  content: "\e906";
}

.icon-contrast:before {
  content: "\e907";
}

.icon-calendar:before {
  content: "\e908";
}

.icon-down-arrow:before {
  content: "\e909";
}

.icon-home:before {
  content: "\e90a";
}

.icon-magnifying-glass:before {
  content: "\e90b";
}

.icon-back:before {
  content: "\e90c";
}

.icon-next:before {
  content: "\e90d";
}

.icon-uniE90E:before {
  content: "\e90e";
}

.icon-uniE90F:before {
  content: "\e90f";
}

.icon-picture1:before {
  content: "\e910";
}

.icon-plus:before {
  content: "\e911";
}

.icon-video-player:before {
  content: "\e912";
}

.icon-view:before {
  content: "\e913";
}

.icon-alarm:before {
  content: "\e914";
}

.icon-magnifying-glass2:before {
  content: "\e915";
}

.icon-dotedArrowLeft:before {
  content: "\e916";
}

.icon-dotedArrowRight:before {
  content: "\e917";
}

.icon-shopkart:before {
  content: "\e924";
}

.icon-close-circular-button-of-a-cross:before {
  content: "\e919";
}

.icon-learnIco:before {
  content: "\e91a";
}

.icon-location:before {
  content: "\e91b";
}

.icon-information:before {
  content: "\e91c";
}

.icon-locationSm:before {
  content: "\e91d";
}

.icon-sharing:before {
  content: "\e91e";
}

.icon-ticket:before {
  content: "\e91f";
}

.icon-time:before {
  content: "\e920";
}

.icon-leftArrow:before {
  content: "\e921";
}

.icon-timeLineImg:before {
  content: "\e922";
}

.icon-egyptian-pyramid:before {
  content: "\e92d";
}

.icon-horus-eye:before {
  content: "\e900";
}

.icon-book:before {
  content: "\e95e";
}

.icon-drawing:before {
  content: "\e95f";
}

.icon-photo:before {
  content: "\e960";
}

.icon-replica:before {
  content: "\e961";
}

.icon-youtube1:before {
  content: "\e965";
}

.icon-keyboard_arrow_down:before {
  content: "\e918";
}

.icon-instagram1:before {
  content: "\e964";
}

.icon-cart:before {
  content: "\e96a";
}

.icon-soundcloud1:before {
  content: "\e966";
}

.icon-facebook1:before {
  content: "\e962";
}

.icon-youtube:before {
  content: "\e963";
}

.eventsListingCont .listingMainCont .listingItem .itemMainTitle,
.announcementListing .listingMainCont .listingItem .description {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

html {
  font-family: MarkaziText-Bold;
  font-size: 10px;
  font-size: 11px;
}

body {
  font-size: 1.6rem;
  font-family: MarkaziText-Bold;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
  color: #67676c;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  text-align: right;
}


::-webkit-scrollbar {
  width: 9px;
  border-radius: 0px;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: #bcb2a3 !important;
}

::-webkit-scrollbar-thumb {
  background-color: #131550 !important;
}

.arabicBeta::after {
  content: "بث تجريبي";
  position: fixed;
  width: 111px;
  height: 22px;
  background: #ff0016;
  top: -23px;
  right: -49px;
  /*Dont't change to varaiable*/
  text-align: center;
  font-size: 1.2rem;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  line-height: 18px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(41deg);
  z-index: 1000;
  transform-origin: top left;
  /*Dont't change to varaiable*/
}

.back-to-top {
  cursor: pointer;
  display: none;
  background: #131550;
  position: fixed;
  bottom: 30px;
  left: 30px;
  padding: 15px;
  line-height: 1;
  z-index: 99;
  border: 1px solid #fff;
}

.back-to-top span:before {
  color: #fff;
  font-size: 20px;
}

@media (max-width: 1600px) {
  .back-to-top {
    padding: 12px;
  }

  .back-to-top span:before {
    color: #fff;
    font-size: 17px;
  }
}

@media (max-width: 825px) {

  html,
  body {
    overflow-x: hidden;
  }
}

a,
button,
input {
  outline: none !important;
  box-shadow: none !important;
}

a {
  text-decoration: none;
  transition: transform .5s;
}

a:hover {
  text-decoration: none;
}

a:active {
  transform: scale(1) translateY(0);
  outline: none;
}

/*.icon-next:before, .icon-back:before {
    display: block;
    @include flip(1);
}*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.none {
  display: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.row {
  margin: 0px !important;
}

.clr {
  clear: both;
}

.FL {
  float: right;
}

.FR {
  float: left;
}

select option:hover,
select option:focus {
  background-color: #131550;
}

@media (min-width: 768px) {
  .container {
    max-width: 90% !important;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 80% !important;
  }
}

/******************************************/
/*Home Navigation Arrows */
/******************************************/
.navigationBtns {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 73vh;
  left: -25%;
  z-index: 1000;
}

.navigationBtns a {
  width: 6.4vw;
  cursor: pointer;
  transition: color .3s;
  display: flex;
  align-items: center;
}

.navigationBtns a span {
  vertical-align: middle;
  font-weight: 100;
}

.navigationBtns a span.number {
  font-size: 2vw;
  position: relative;
}

.navigationBtns a span.number::before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 1.8vw;
  top: 50%;
  transform: translateY(50%);
}

.navigationBtns a span.icon {
  display: inline-block;
  transform: scaleX(-1);
  font-size: 1.5vw;
}

.navigationBtns a.swiperPrevBtn {
  color: #998d7d !important;
  justify-content: flex-start;
}

.navigationBtns a.swiperPrevBtn .number {
  margin-right: 0.5vw;
  cursor: default;
}

.navigationBtns a.swiperPrevBtn .number::before {
  background: #998d7d;
  right: 100%;
  margin-right: 0.5vw;
}

.navigationBtns a.swiperNextBtn {
  color: #554a3c !important;
  justify-content: flex-end;
}

.navigationBtns a.swiperNextBtn .number {
  margin-left: 0.5vw;
}

.navigationBtns a.swiperNextBtn .number::before {
  background: #554a3c;
  left: 100%;
  margin-left: 0.5vw;
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .navigationBtns {
    top: 47vw;
  }
}

@media (max-width: 1024px) {
  .navigationBtns {
    display: none;
  }
}

.coloredMainTab .homeTimeLineBar ol:before {
  border-bottom: solid 2px #131550;
}

.coloredMainTab .homeTimeLineBar ol li a {
  text-align: center;
  color: #131550;
}

.coloredMainTab .homeTimeLineBar ol li:before {
  border: solid #131550 2px;
}

.coloredMainTab .homeTimeLineBar ol li:after {
  border: solid #131550 1px;
}

.coloredMainTab div.sphinxImg {
  background: url(../../images/sphinx.png) 0px -43px no-repeat;
}

@media (max-height: 750px) and (orientation: landscape) {
  /*div.sphinxImg {
        height: 14px$imp;
        background: url('../../images/sphinxColored.png') 0px -43px no-repeat$imp;
    }
    .coloredMainTab {
        div .sphinxImg {
            height: 14px$imp;
            background: url('../../images/sphinx.png') 0px -43px no-repeat$imp;
        }
    }*/
}

@media (max-height: 800px) {
  div.sphinxImg {
    height: 14px !important;
    background: url("../../images/sphinxColored.png") 0px -43px no-repeat !important;
  }

  .coloredMainTab div .sphinxImg {
    height: 14px !important;
    background: url("../../images/sphinx.png") 0px -43px no-repeat !important;
  }
}

/*scroll to component*/
#info {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 100;
  bottom: 8px;
  top: auto;
  right: 57% !important;
  width: 50%;
}

.homeTimeLineBar ol {
  list-style: none;
  display: flex;
  flex-basis: auto;
  position: inherit;
}

.homeTimeLineBar ol:before {
  content: '';
  width: 9%;
  border-bottom: solid 1px #9b8873;
  position: absolute;
  top: -130%;
  z-index: 1;
  right: -9%;
}

.homeTimeLineBar ol li {
  width: 100%;
  text-align: center;
  position: relative;
  display: flex;
  width: 8.12vw;
  flex-basis: auto;
  /*@media all and (-ms-high-contrast: none),
            (-ms-high-contrast: active) {
                a {
                    width: auto;
                }
            }*/
}

.homeTimeLineBar ol li a {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #b9ab9a;
  font: 100 1.6rem/1.9rem MarkaziText-Regular;
  /* margin-top: 10px; */
  margin-right: -61px;
  width: 90%;
  flex-basis: auto;
}

.homeTimeLineBar ol li:before {
  border: solid #9b8873 2px;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  position: absolute;
  text-align: center;
  /*right: -9%;*/
  right: 0%;
  content: "";
  bottom: 132%;
}

.homeTimeLineBar ol li:after {
  content: '';
  width: 91%;
  border-bottom: solid 1px #9b8873;
  position: absolute;
  top: -130%;
  z-index: 1;
  right: 9%;
}

.homeTimeLineBar ol li:last-child:after {
  width: 36%;
}

div.sphinxImg {
  background: url("../../images/sphinxColored.png") 0px -43px no-repeat;
  width: 29px;
  height: 14px;
  bottom: 120%;
  opacity: 1;
  z-index: 1000;
  /*right: 43.2%;*/
  right: -7%;
  position: absolute;
}

@media (max-width: 1600px) {

  /*#info {
        right: 32%$imp
    }*/
  .homeTimeLineBar ol li {
    width: 10.12vw;
  }

  .homeTimeLineBar ol li a {
    width: 90%;
  }

  .homeTimeLineBar ol li:after {
    width: 89%;
    right: 12%;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {

  /*#info {
        right: 31%$imp
    }*/
  .homeTimeLineBar ol li {
    width: 11.12vw;
  }

  .homeTimeLineBar ol li a {
    width: 91%;
  }
}

@media (max-width: 1280px) {

  /*#info {
        right: 28%$imp
    }*/
  .homeTimeLineBar ol li {
    width: 12.12vw;
  }

  .homeTimeLineBar ol li a {
    width: 100%;
  }

  .burger {
    top: 4vh;
  }
}

@media (max-width: 1024px) {
  #info {
    display: none;
  }
}

@media (max-width: 825px) {
  #info {
    display: none;
  }
}

.innerPage .mCustomScrollBox {
  max-width: 98.2% !important;
}

.homeSlide {
  height: 100vh;
  width: 100vw;
  position: relative;
  /*overflow-y: hidden;*/
}

@media (max-width: 825px) {
  .homeSlide {
    height: 100%;
    padding-bottom: 1rem;
  }
}

/*Side Nav Links*/
/* Buzz Out */
/*Main Swipper Home page Customization*/
.swiper-pagination-bullet {
  opacity: 1 !important;
  background: none !important;
}

.swiper-pagination-bullet .sphinxImg {
  opacity: 0;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active .sphinxImg {
  opacity: 1;
}

/************************************
**********Search Overlay*************
************************************/
#search-overlay {
  display: none;
}

.block {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  text-align: center;
  background: rgba(176, 169, 159, 0.95);
  border: #a0a0a0 solid 1px;
  margin: 0px !important;
  z-index: 1000;
  cursor: default;
}

.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: 0;
  /* Adjusts for spacing */
  /* For visualization 
  background: #808080; width: 5px;
  */
}

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 10px 15px;
  color: #FFF;
  border: none;
  background: transparent;
}

@media (max-width: 768px) {
  .centered {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .centered {
    width: 90%;
  }
}

#search-box {
  position: relative;
  width: 100%;
  margin: 0;
}

#search-form {
  height: 6.6rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  overflow: hidden;
}

@media (max-width: 768px) {
  #search-form {
    height: 5.6rem;
  }
}

#search-text {
  font-size: 14px;
  color: #131550;
  border-width: 0;
  background: transparent;
}

#search-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #131550;
  font-size: 1.5rem;
}

#search-text::-moz-placeholder {
  /* Firefox 19+ */
  color: #131550;
  font-size: 1.5rem;
}

#search-text:-ms-input-placeholder {
  /* IE 10+ */
  color: #131550;
  font-size: 1.5rem;
}

#search-box input[type="text"] {
  width: 100%;
  height: 100%;
  padding-right: 3%;
  padding-left: 28%;
  outline: none;
  font-size: 1em;
}

@media (max-width: 768px) {
  #search-box input[type="text"] {
    padding-right: 20px;
  }
}

#search-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 25%;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-width: 0;
  background-color: #131550;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  #search-button span {
    font-size: 2rem;
  }
}

#search-button:disabled,
#search-button:disabled span {
  opacity: .8;
  cursor: not-allowed;
}

#close-btn {
  position: fixed;
  top: 1em;
  left: 1em;
}

#close-btn.icon-close-circular-button-of-a-cross:before {
  color: #fff;
  cursor: pointer;
  font-size: 3rem;
}

.loader {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #1a2a3f;
  /*.headerBox {
        height: 40%;
        width: 20%;
        @include absoluteCenter;
        background-image: linear-gradient(to top, #848587, #848587), linear-gradient(to $bi-app-right, #848587 17%, #f4f4f4 37%, #a7a7a7 55%, #cfd0d2 80%), linear-gradient(to bottom, #d2d3d5 15%, transparent 15.79%, transparent), linear-gradient(to $bi-app-right, #848587 10%, #f4f4f4 30%, #a7a7a7 50%, #cfd0d2 80%, transparent 80.37%);
        background-position: bottom $bi-app-left, top $bi-app-left, top $bi-app-right, bottom $bi-app-right;
        background-size: 0;
        background-repeat: no-repeat;
        @include drawBorder(0.6vw,forwards);
    }

    svg {
        @include absoluteCenter;
        transform: translate(-10.5%, 4%);
    }

*/
}

.loader img {
  /*background-size: 50px;*/
  height: 23vh;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.circular {
  height: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 4.5s linear infinite, color 6s linear infinite;
  animation: dash 4.5s linear infinite, color 6s linear infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 2300;
    stroke-dashoffset: 2300;
  }

  50% {
    stroke-dasharray: 2700;
    stroke-dashoffset: -2700px;
  }

  100% {
    stroke-dasharray: 3700;
    stroke-dashoffset: -2700px;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 2300;
    stroke-dashoffset: 2300;
  }

  50% {
    stroke-dasharray: 2700;
    stroke-dashoffset: -2700px;
  }

  100% {
    stroke-dasharray: 3700;
    stroke-dashoffset: -2700px;
  }
}

@-webkit-keyframes color {

  100%,
  0% {
    stroke: #746350;
  }

  40% {
    stroke: #8f8272;
  }

  66% {
    stroke: #8f8272;
  }

  80%,
  90% {
    stroke: #c5b7a4;
  }
}

@keyframes color {

  100%,
  0% {
    stroke: #746350;
  }

  40% {
    stroke: #8f8272;
  }

  66% {
    stroke: #8f8272;
  }

  80%,
  90% {
    stroke: #c5b7a4;
  }
}

.showbox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 5%;
}

.example-small-box,
.example-large-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px;
  padding: 16px;
  border-radius: 8px;
}

.example-small-box {
  height: 100px;
  width: 100px;
}

.example-large-box {
  height: 300px;
  width: 300px;
}

@media (max-width: 1366px) and (orientation: landscape) {
  .loader img {
    height: 150px;
  }
}

@media (max-width: 1280px) {
  .loader img {
    height: 150px;
  }
}

@media (max-width: 1024px) {
  .loader img {
    height: 100px;
  }
}

@media (max-width: 825px) {
  .loader img {
    height: 80px;
  }
}

footer {
  background: url("/Style Library/images/eyeBackgroundObject.png") center right no-repeat, #131550;
  background-size: 38%;
  height: 12vh;
  color: #fff;
  font: 100 1.6rem MarkaziText-Regular;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /*margin-top: 3rem;*/
}

footer.hide {
  display: none !important;
}

@media (max-width: 750px) {
  footer {
    font-size: 1.3rem;
  }
}

footer p {
  margin-bottom: 0;
}

footer span {
  margin-left: 1rem;
}

footer a {
  margin-left: 1rem;
  color: #fff !important;
  text-decoration: underline !important;
}

#header {
  display: block;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
}

#header .topHeaderCont {
  position: fixed;
  top: 2vh;
  height: 7vh;
  right: 10vw;
  left: 6vw;
  margin: 0 auto;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .topHeaderCont .logoContainer {
  display: flex;
  align-items: center;
}

#header .topHeaderCont .logoContainer .imgCont {
  height: 7vh;
}

#header .topHeaderCont .logoContainer .imgCont img {
  max-height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#header .topHeaderCont .logoContainer .txtCont {
  color: #fff;
}

#header .topHeaderCont .logoContainer .txtCont .logoLgTxt {
  width: 100%;
  display: inline-block;
  margin-right: 2rem;
  font-size: 2.4rem;
  font-weight: 500;
}

#header .topHeaderCont .logoContainer .txtCont .logoSubTitleTxt {
  margin-right: 2rem;
  font-size: small;
}

#header .topHeaderCont .logoContainer .txtCont .logoSmTxt {
  width: 100%;
  display: inline-block;
  margin-right: 1vw;
  color: #fff;
  font-size: 2rem;
  margin-top: 1.3rem;
  font-weight: 500;
  display: none;
}

#header .topHeaderCont .headerLinksStatic {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
}

#header .topHeaderCont .headerLinksStatic>div {
  color: #fff;
  margin: 0 2%;
  /* font-size: 1.8rem; */
  font-size: 16px;
  font-weight: 400;
  text-align: right !important;
  cursor: pointer;
}

#header .topHeaderCont .headerLinksStatic>div a,
#header .topHeaderCont .headerLinksStatic>div button {
  color: #fff;
}

#header .topHeaderCont .headerLinksStatic>div.shopping {
  white-space: nowrap;
  font-size: 2rem;
}

#header .topHeaderCont .headerLinksStatic>div.langSwitcher {
  font-size: 1.8rem;
}

#header .topHeaderCont .headerLinksStatic>div.langSwitcher button {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  background-color: none !important;
  /* font-size: 1.8rem; */
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

#header .topHeaderCont .headerLinksStatic>div.langSwitcher button:after {
  content: "\e948";
  font-family: PortalAndsubPortalIcons;
  border: none !important;
  vertical-align: sub;
}

#header .topHeaderCont .headerLinksStatic>div.langSwitcher .dropdown-menu {
  margin: 0px;
  padding: 0px;
  right: -2.5rem !important;
  left: auto;
}

#header .topHeaderCont .headerLinksStatic>div.langSwitcher .dropdown-menu a {
  color: #131550;
  font: normal 1.4rem MarkaziText-Bold;
  border-bottom: solid #dbdbd7 1px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 1.6rem 5rem 0.8rem 5rem;
  display: flex;
  justify-content: center;
}

#header .topHeaderCont .headerLinksStatic>div.langSwitcher .dropdown-menu a:last-child {
  border-bottom: none !important;
}

#header .topHeaderCont .headerLinksStatic>div.langSwitcher .dropdown-menu a:active {
  background-color: none !important;
}

#header .topHeaderCont .headerLinksStatic>div.langSwitcher .dropdown-menu a:hover {
  background-color: #131550 !important;
  color: #fff;
}

#header .topHeaderCont .headerLinksStatic>div.fontResize {
  display: flex;
  align-items: baseline;
}

#header .topHeaderCont .headerLinksStatic>div.fontResize a:first-child {
  font-size: 2.4rem;
}

#header .topHeaderCont .headerLinksStatic>div.fontResize a:nth-child(2) {
  font-size: 1.8rem;
  margin: 0 25%;
}

#header .topHeaderCont .headerLinksStatic>div.fontResize a:last-child {
  font-size: 1.4rem;
}

#header .topHeaderCont .headerLinksStatic>div.contrastChangerCont span {
  font-size: 2.4rem;
}

#header .topHeaderCont .headerLinksStatic>div.Search span {
  font-size: 2.4rem;
  cursor: pointer;
}

@media (max-width: 750px) {
  #header .topHeaderCont .headerLinksStatic>div {
    margin: 0 4%;
  }
}

#header .topHeaderCont .headerLinksStatic>div:last-child {
  margin-left: 0;
}

#header .menuContainer {
  border-left: solid #c9c6cf 1px;
  position: fixed;
  top: 0px;
  width: 6.8vw;
  height: 100vh;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#header .menuContainer .burger {
  display: inline-block;
  position: absolute;
  top: 3.5vh;
  transition: all .5s ease;
  z-index: 1000000;
  border: none;
  outline: none !important;
  background: none;
  cursor: pointer;
}

#header .menuContainer .burger span {
  background: #fff;
  height: 3px;
  width: 3vw;
  display: block;
  margin: 1vh 0;
  border-radius: 10px;
  transition: all .5s ease;
}

#header .menuContainer .burger span:last-child {
  width: 2vw;
}

#header .menuContainer .socialMediaContainer {
  position: absolute;
  z-index: 100;
  bottom: 7vh;
  color: #fff;
}

#header .menuContainer .socialMediaContainer .socialLink {
  display: block;
  margin-bottom: 3rem;
  border: solid #fff 1px;
  border-radius: 50%;
  padding: 1rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header .menuContainer .socialMediaContainer .socialLink span:before {
  /*font-size: 3rem;*/
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

#header .menuContainer .notificationContainer {
  position: absolute;
  top: 15.6vh;
  z-index: 100;
  display: inline-block;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  color: #fff;
  cursor: pointer;
}

#header .menuContainer .notificationContainer.buzz-out {
  -webkit-animation-name: buzz-out;
  animation-name: buzz-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

#header .menuContainer .notificationContainer a {
  text-decoration: none;
}

#header .menuContainer .notificationContainer a:hover {
  text-decoration: none;
}

#header .menuContainer .notificationContainer a span {
  font-size: 3.7rem;
}

#header .menuContainer .notificationContainer:hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

#header .menuContainer .notificationContainer .notsNum {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #fff;
  color: #131550;
  top: -20%;
  left: -20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header .menu {
  width: 100vw;
  box-sizing: border-box;
  background-color: #f3f0eb;
  position: absolute;
  top: 0;
  right: -100vw;
  opacity: 0;
  transition: all 0.8s ease;
}

#header .menu #accordionMenu {
  position: relative;
  background: url("../../images/menuAcordionImg.jpg") center center no-repeat;
  height: 100%;
  background-size: cover;
}

#header .menu #accordionMenu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 7px;
  background-color: rgba(19, 21, 80, 0.4);
}

#header .menu #accordionMenu .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  width: 7px;
  background-color: #131550;
}

#header .menu #accordionMenu .mCSB_inside>.mCSB_container {
  margin: auto !important;
}

#header .menu #accordionMenu #accordion {
  /*height: 450px;*/
  background-color: rgba(243, 240, 235, 0.8);
}

#header .menu #accordionMenu #accordion>div>div {
  /*max-width:100%;*/
  /*top: 50%$imp;
            transform: translateY(-50%);*/
}

#header .menu #accordionMenu #accordion>div {
  /*min-height: 200px;
            display: flex;*/
}

#header .menu #accordionMenu .tab-pane {
  /*display: flex;*/
  flex-direction: column;
  height: 100vh;
  display: none;
}

#header .menu #accordionMenu .tab-pane.active {
  display: flex;
}

#header .menu #accordionMenu .tab-pane .overlaybgColormenuBefore,
#header .menu #accordionMenu .tab-pane .overlaybgColormenuAfter {
  background-color: rgba(243, 240, 235, 0.8);
  flex: 1;
}

#header .menu #accordionMenu .card {
  border: 0;
  background-color: transparent;
  border-radius: 0px;
}

#header .menu #accordionMenu .card .collapsing {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#header .menu #accordionMenu .card .collapse.show {
  background-color: rgba(243, 240, 235, 0.8);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#header .menu #accordionMenu .card .card-header {
  padding: 0px !important;
  border-radius: 0px !important;
  border-bottom: solid #6f6d7a 1px !important;
  /*.btn.btn-link.collapsed.emtyList {
                background: rgba(243, 240, 235, 0.9);

                &::after {
                    content: ""$imp;
                    width: 20px;
                    height: 20px;
                    color: $primaryColor;
                    padding: 0 1.8rem;
                }
            }*/
}

#header .menu #accordionMenu .card .card-header .btn {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: rgba(243, 240, 235, 0.6);
  border: none;
  border-radius: 0px;
  font-size: 2.6rem;
  color: #131550;
  text-align: right;
  text-decoration: none;
  width: 100%;
  white-space: normal;
  padding: 1rem 6.75rem;
}

#header .menu #accordionMenu .card .card-header .btn.showMore {
  background: #131550;
}

#header .menu #accordionMenu .card .card-header .btn.showMore a {
  color: #fff;
}

#header .menu #accordionMenu .card .card-header .btn a {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: none;
  border-radius: 0px;
  font-size: 3rem;
  color: #131550;
  text-align: right;
  text-decoration: none;
  width: 100%;
  white-space: normal;
}

#header .menu #accordionMenu .card .card-header .btn::after {
  content: "-";
  width: 20px;
  height: 20px;
  color: #131550;
  padding: 0 1.8rem;
}

#header .menu #accordionMenu .card .card-header .btn:hover,
#header .menu #accordionMenu .card .card-header .btn:visited,
#header .menu #accordionMenu .card .card-header .btn:active {
  text-decoration: none;
}

#header .menu #accordionMenu .card .card-header .btn.btn-link.collapsed {
  background: rgba(243, 240, 235, 0.6);
}

#header .menu #accordionMenu .card .card-header .btn.btn-link.collapsed::after {
  content: "+";
  width: 20px;
  height: 20px;
  color: #131550;
  padding: 0 1.8rem;
}

#header .menu #accordionMenu .card .card-header .btn.btn-link.collapsed:hover {
  background: rgba(243, 240, 235, 0);
  text-decoration: none;
}

#header .menu #accordionMenu .card .card-header .btn.btn-link.emtyList,
#header .menu #accordionMenu .card .card-header .btn.btn-link.collapsed.emtyList {
  /*background: rgba(243, 240, 235, 0.9);*/
}

#header .menu #accordionMenu .card .card-header .btn.btn-link.emtyList::after,
#header .menu #accordionMenu .card .card-header .btn.btn-link.collapsed.emtyList::after {
  display: none;
}

#header .menu #accordionMenu .card .card-body {
  color: #131550;
  font-size: 2rem;
  padding: 2.25rem;
  height: 21vh;
  border-bottom: solid #6f6d7a 1px !important;
}

#header .menu #accordionMenu .card .card-body a {
  color: #2e323c;
  padding: 1rem;
  padding-right: 45px;
  line-height: 3.5rem;
}

#header .menu #accordionMenu .card .card-body a:hover,
#header .menu #accordionMenu .card .card-body a:visited,
#header .menu #accordionMenu .card .card-body a:active {
  text-decoration: none;
}

#header .menu #accordionMenu .card .card-body ul {
  list-style: none;
  padding: 0rem 4.6rem;
}

#header .menu .nav-tabs--left {
  width: 50vw;
  max-height: 720px;
  padding: 2rem 22rem 0 11rem;
  /*footer menu*/
}

#header .menu .nav-tabs--left .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 7px;
  background-color: rgba(19, 21, 80, 0.4);
}

#header .menu .nav-tabs--left .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  width: 7px;
  background-color: #131550;
}

#header .menu .nav-tabs--left .nav-link {
  border: none;
  white-space: nowrap;
  font: 600 3rem MarkaziText-Bold;
  text-transform: capitalize;
  color: #131550;
  position: relative;
  padding: 0.55rem 0;
  transition: all 0.3s ease-in-out;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
  /*overflow: hidden;*/
}

#header .menu .nav-tabs--left .nav-link.hasChildren:after {
  content: "+";
  color: #131550;
  padding: 0 1.8rem;
  line-height: 1;
  font-family: initial;
}

#header .menu .nav-tabs--left .nav-link.hasChildren.active:after {
  content: "-";
}

#header .menu .nav-tabs--left .nav-link:hover {
  border: none;
}

#header .menu .nav-tabs--left .nav-link:hover::before {
  width: 35px;
  margin-left: 10px;
  margin-left: 10px !important;
}

#header .menu .nav-tabs--left .nav-link::after {
  content: "";
  display: block;
  clear: both;
}

#header .menu .nav-tabs--left .nav-link::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 3px;
  position: relative;
  background: #7a86a4;
  transition: width .3s;
}

#header .menu .nav-tabs--left .nav-link.active {
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
  margin-left: -1px;
  background-color: transparent;
  color: #131550;
  border-color: transparent;
}

#header .menu .nav-tabs--left hr {
  border-top: solid #898989 1px;
  margin-top: 1em;
  margin-bottom: 1rem;
}

#header .menu .nav-tabs--left .menuFooter {
  display: flex;
  justify-content: right;
}

#header .menu .nav-tabs--left .menuFooter li {
  list-style: none;
  margin-left: 1.4rem;
  white-space: nowrap;
}

#header .menu .nav-tabs--left .menuFooter li a {
  color: #131550;
  font-size: 2rem;
}

#header .menu .nav-tabs--left .nav-item+.nav-item {
  margin-top: 0.25rem;
}

#header .menu .tab-content {
  width: 50vw;
}

#header .menu::after {
  content: "";
  display: block;
  clear: both;
  height: 40px;
}

#header .menu .d-flex {
  margin-top: 0px !important;
}

#header .dl-menuwrapper {
  display: none;
}

#header.innerPage {
  width: 100%;
  height: 11rem;
  /* z-index: 999999999; */
}

#header.innerPage.stickyMain .menuContainer {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

#header.innerPage .topHeaderCont {
  position: absolute;
  top: 0;
  height: 100%;
}

#header.innerPage .topHeaderCont .logoContainer .imgCont {
  height: 7rem;
}

#header.innerPage .topHeaderCont .logoContainer .txtCont {
  color: #131550;
}

#header.innerPage .topHeaderCont .headerLinksStatic>div {
  color: #131550;
}

#header.innerPage .topHeaderCont .headerLinksStatic>div.langSwitcher button {
  color: #131550;
}

#header.innerPage .topHeaderCont .headerLinksStatic>div a,
#header.innerPage .topHeaderCont .headerLinksStatic>div button {
  color: #131550;
}

#header.innerPage .menuContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.75) 51%, rgba(229, 229, 229, 0.5) 100%);
  align-items: flex-start;
  border: none;
  transition: all .6s ease;
}

#header.innerPage .menuContainer .burger {
  padding: 0 2vw;
  height: 100%;
  top: 0;
  right: 0;
  border-left: solid #c9c6cf 1px;
  transition: all .4s ease;
  border-radius: 0;
}

#header.innerPage .menuContainer .burger span {
  background-color: #131550;
}

body.menuOpened #header .topHeaderCont {
  background: rgba(255, 255, 255, 0);
  max-width: 40%;
  margin-left: 0;
}

body.menuOpened #header .topHeaderCont .logoContainer {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}

body.menuOpened #header .menuContainer {
  border: none;
}

body.menuOpened #header .menuContainer .burger {
  border-color: transparent;
}

body.menuOpened #header .menu {
  opacity: 1;
  right: 0;
}

body.menuOpened #header::before {
  transform: translate(-100%, 0);
  background-color: #f3f0eb;
}

body.coloredMainTab #header .topHeaderCont .logoContainer .txtCont,
body.annOpened #header .topHeaderCont .logoContainer .txtCont,
body.menuOpened #header .topHeaderCont .logoContainer .txtCont {
  color: #131550;
}

body.coloredMainTab #header .topHeaderCont .headerLinksStatic>div,
body.annOpened #header .topHeaderCont .headerLinksStatic>div,
body.menuOpened #header .topHeaderCont .headerLinksStatic>div {
  color: #131550;
}

body.coloredMainTab #header .topHeaderCont .headerLinksStatic>div a,
body.coloredMainTab #header .topHeaderCont .headerLinksStatic>div button,
body.annOpened #header .topHeaderCont .headerLinksStatic>div a,
body.annOpened #header .topHeaderCont .headerLinksStatic>div button,
body.menuOpened #header .topHeaderCont .headerLinksStatic>div a,
body.menuOpened #header .topHeaderCont .headerLinksStatic>div button {
  color: #131550;
}

body.coloredMainTab #header .menuContainer .burger span,
body.annOpened #header .menuContainer .burger span,
body.menuOpened #header .menuContainer .burger span {
  background: #131550;
}

body.coloredMainTab #header .menuContainer .notificationContainer a span:before,
body.annOpened #header .menuContainer .notificationContainer a span:before,
body.menuOpened #header .menuContainer .notificationContainer a span:before {
  color: #131550;
}

body.coloredMainTab #header .menuContainer .notificationContainer .notsNum,
body.annOpened #header .menuContainer .notificationContainer .notsNum,
body.menuOpened #header .menuContainer .notificationContainer .notsNum {
  color: #fff;
  background-color: #131550;
}

body.coloredMainTab #header .menuContainer .socialMediaContainer,
body.annOpened #header .menuContainer .socialMediaContainer,
body.menuOpened #header .menuContainer .socialMediaContainer {
  color: #131550;
}

body.coloredMainTab #header .menuContainer .socialMediaContainer .socialLink,
body.annOpened #header .menuContainer .socialMediaContainer .socialLink,
body.menuOpened #header .menuContainer .socialMediaContainer .socialLink {
  border-color: #131550;
}

body.coloredMainTab #header .menuContainer .socialMediaContainer .socialLink span:before,
body.annOpened #header .menuContainer .socialMediaContainer .socialLink span:before,
body.menuOpened #header .menuContainer .socialMediaContainer .socialLink span:before {
  color: #131550;
}

@media (max-width: 1600px) {
  #header .topHeaderCont .logoContainer .imgCont {
    height: 6rem;
  }

  #header .topHeaderCont .logoContainer .txtCont .logoLgTxt {
    font-size: 2rem;
  }

  #header .topHeaderCont .logoContainer .txtCont .logoSubTitleTxt {
    font-size: small;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  #header .topHeaderCont .logoContainer .imgCont {
    height: 6rem;
    padding-top: 5%;
  }

  #header .topHeaderCont .logoContainer .txtCont .logoLgTxt {
    font-size: 1.6rem;
    margin-right: 1.5rem;
  }

  #header .topHeaderCont .logoContainer .txtCont .logoSubTitleTxt {
    font-size: small;
    margin-right: 1.5rem;
  }

  #header .menuContainer {
    width: 8vw;
  }

  #header .menuContainer .notificationContainer a span {
    font-size: 3rem;
  }

  #header .menuContainer .notificationContainer .notsNum {
    width: 2rem;
    height: 2rem;
  }

  #header .menuContainer .socialMediaContainer .socialLink {
    width: 3.5rem;
    height: 3.5rem;
  }

  #header .menuContainer .socialMediaContainer .socialLink span:before {
    font-size: 1.7rem;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  #header .topHeaderCont .logoContainer .imgCont {
    height: 7rem;
  }

  #header .topHeaderCont .logoContainer .txtCont .logoLgTxt {
    font-size: 2.2rem;
  }

  #header .topHeaderCont .logoContainer .txtCont .logoSubTitleTxt {
    font-size: small;
  }
}



@media (max-width: 1024px) {
  #header {
    height: 11rem;
    width: 100%;
  }

  #header:before {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    right: -100%;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: all .6s ease;
  }

  #header .topHeaderCont {
    position: absolute;
    top: 0 !important;
    right: 15vw;
    left: 4vw;
    height: 100%;
    transition: all .6s ease;
    z-index: 1000;
  }

  #header .topHeaderCont .logoContainer .imgCont {
    height: 7rem;
  }

  #header .topHeaderCont .headerLinksStatic>div {
    font-size: 1.5rem;
  }

  #header .topHeaderCont .headerLinksStatic>div.langSwitcher button {
    font-size: 1.4rem;
  }

  #header .topHeaderCont .headerLinksStatic>div.fontResize {
    display: none;
  }

  #header .topHeaderCont .headerLinksStatic>div.contrastChangerCont {
    display: none;
  }

  #header .menuContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    align-items: flex-start;
    border: none;
    z-index: 999;
    border-bottom: solid #c9c6cf 1px;
  }

  #header .menuContainer .burger {
    top: 3.5rem;
    display: none;
  }

  #header .menuContainer .burger span {
    width: 5vw;
  }

  #header .menuContainer .burger span:last-child {
    width: 3vw;
  }

  #header .menuContainer .burger.menuResponsive {
    display: inline-block;
    height: 11rem;
    top: 0px;
    border-left: solid #cecfda 1px;
    right: 0;
    width: auto;
    padding: 0 3vw;
  }

  #header .menuContainer .socialMediaContainer {
    display: none;
  }

  #header .menuContainer .notificationContainer {
    display: none !important;
  }

  #header .menu {
    display: none;
  }

  #header .dl-menuwrapper .dl-menu {
    /*width: 100vw;*/
    /*right: 0;*/
    top: 12rem;
    overflow: auto;
    max-height: 75vh;
    transform: none;
  }

  #header.innerPage.stickyMain .topHeaderCont {
    box-shadow: none;
    background: none;
  }

  #header.innerPage.stickyMain .menuContainer {
    background-color: #fff;
  }

  #header.innerPage .topHeaderCont {
    width: auto;
    padding: 0;
    background: none;
  }

  #header.innerPage .menuContainer {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.75) 51%, rgba(229, 229, 229, 0.5) 100%);
    transition: all .4s ease;
  }

  #header.innerPage .menuContainer .burger.menuResponsive {
    right: 0;
    width: auto;
    padding: 0 3vw;
  }

  body.menuOpened #header .topHeaderCont .logoContainer {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
  }

  body.menuOpened #header .menuContainer {
    border-bottom: solid #c9c6cf 1px;
  }

  body.menuOpened #header .menuContainer .burger {
    border-color: #c9c6cf;
  }

  body.menuOpened #header::before {
    right: 0;
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media (max-width: 825px) {
  #header .topHeaderCont .logoContainer .txtCont {
    display: none;
  }

  #header .menuContainer.stickyMainHome {
    background-color: #131550;
  }

  body.menuOpened #header .menuContainer.stickyMainHome {
    background-color: #f3f0eb;
  }
}

@media (max-width: 480px) {
  #header {
    height: 9rem;
  }

  #header .topHeaderCont {
    right: 8rem;
    left: 2rem;
  }

  #header .topHeaderCont .logoContainer {
    margin-left: 7vw;
  }

  #header .topHeaderCont .logoContainer .imgCont {
    height: 5.5rem;
  }

  #header .topHeaderCont .headerLinksStatic>div {
    font-size: 1.2rem;
  }

  #header .topHeaderCont .headerLinksStatic>div.shopping {
    font-size: 1.4rem;
  }

  #header .topHeaderCont .headerLinksStatic>div.langSwitcher {
    font-size: 1.4rem;
  }

  #header .topHeaderCont .headerLinksStatic>div.langSwitcher button {
    font-size: 1.2rem;
  }

  #header .topHeaderCont .headerLinksStatic>div.Search span {
    font-size: 2rem;
  }

  #header .menuContainer .burger.menuResponsive {
    height: 9rem;
    padding: 0 1.5rem;
  }

  #header .menuContainer .burger.menuResponsive span {
    width: 4rem;
    margin: .7rem 0;
  }

  #header .menuContainer .burger.menuResponsive span:last-child {
    width: 3rem;
  }

  #header.innerPage {
    height: 9rem;
  }

  #header.innerPage .topHeaderCont .logoContainer .imgCont {
    height: 5.5rem;
  }

  #header.innerPage .menuContainer .burger.menuResponsive {
    padding: 0 1.5rem;
  }
}

/*Menu side bootstrap css*/
.nav-tabs--vertical {
  border-bottom: none;
  display: flex;
  flex-flow: column nowrap;
}

@media (max-width: 1600px) {
  .nav-tabs--left .menuFooter li {
    margin-left: 1.8rem;
    font-size: 1.5rem !important;
  }

  .nav-tabs--left .menuFooter li a {
    margin-left: 1rem;
    font-size: 1.47rem !important;
  }

  .nav-tabs--vertical {
    padding: 3rem 14rem 0 5rem !important;
    margin-top: 0px;
    max-height: 570px !important;
  }

  .nav-tabs--left .nav-link {
    font: 600 1.59rem MarkaziText-Bold !important;
  }

  #accordionMenu .card .card-body {
    font-size: 1.5rem !important;
  }

  #accordionMenu .card .card-header .btn a {
    font-size: 1.6rem !important;
  }

  .menuOpened #header .eagleBg {
    transform: translate(-47%, 0%);
    /*transform: translate(32%, 0%);*/
    right: 0;
    top: 160%;
  }

  .menu .nav-tabs--left .nav-link.active:before {
    width: 30px;
    margin-left: 10px;
  }

  .innerPage .mCustomScrollBox {
    max-width: 99% !important;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .nav-tabs--left .menuFooter li {
    margin-left: 1.6rem;
    font-size: 1.6rem !important;
  }

  .nav-tabs--left .menuFooter li a {
    margin-left: 1rem !important;
    font-size: 1.47rem !important;
  }

  .nav-tabs--vertical {
    padding: 5rem 14rem 0 5rem !important;
    /*@include padding(5%, 5%, 0, 12%);*/
    margin-top: 0px;
  }

  .nav-tabs--left .nav-link {
    font: 600 1.49rem MarkaziText-Bold !important;
  }

  #accordionMenu .card .card-body {
    font-size: 1.5rem !important;
  }

  #accordionMenu .card .card-header .btn {
    font-size: 1.6rem !important;
  }

  .menuOpened #header .eagleBg {
    transform: translate(-33%, 0%);
    right: 0;
    top: 160%;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .headerLinksStatic {
    /*top: 3rem $imp;*/
  }

  .menu .nav-tabs--left .nav-link:hover::before {
    width: 35px;
  }

  .menu .nav-tabs--left .nav-link.active:before {
    width: 30px;
  }

  .nav-tabs--vertical {
    padding: 9rem 15rem 0 11rem !important;
    /*@include padding(13rem,11rem,0,17rem)*/
  }
}

@media (max-width: 1280px) {
  .nav-tabs--vertical {
    padding: 2rem 11rem 5rem 5rem !important;
    /*@include padding(15vh,11vh,0,28vh)*/
  }

  .innerPage .mCustomScrollBox {
    max-width: 100% !important;
  }
}

@media screen and (min-width: 1270px) and (max-width: 1290px) {
 #header .menu .nav-tabs--left .nav-link {
   padding: 5px 0;
  }
}

/******************************************
******************Respovsive Menu**********
*******************************************/
.dl-menuwrapper {
  width: 100%;
  max-width: 4rem;
  position: relative;
  display: block;
  /* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
}

.dl-menuwrapper .dl-menu {
  margin: 5px 0 0 0;
  position: absolute;
  width: 100vw;
  right: -100vw;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  top: 18vh;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  transition: all 0.6s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  right: 0vw;
  opacity: 1;
}

.dl-menuwrapper>.dl-submenu {
  position: absolute;
  width: 100%;
  top: 12vh;
  right: 5vw;
  margin: 0;
  width: 90vw;
}

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  right: 0vw;
  padding-left: 15px;
  padding-right: 15px;
}

.dl-menuwrapper ul li {
  position: relative;
}

.dl-menuwrapper ul li .dl-submenu {
  display: none;
}

.dl-menuwrapper ul li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  line-height: 20px;
  font-weight: 300;
  color: #131550;
  outline: none;
  font: 100 1.6rem MarkaziText-Bold;
  border-bottom: solid #131550 1px;
}

.dl-menuwrapper ul li a:hover {
  background: rgba(255, 248, 213, 0.1);
}

.dl-menuwrapper:first-child {
  margin-left: 100px;
}

.dl-menuwrapper button {
  position: relative;
}

.dl-menuwrapper button span {
  background: #fff;
  height: 3px;
  width: 12vw;
  display: block;
  margin: 8px 0;
  border-radius: 10px;
  transition: all .5s ease;
}

.dl-menuwrapper button span:last-child {
  width: 9vw;
}

.dl-menuwrapper li.dl-back>a {
  padding-right: 30px;
  background: rgba(0, 0, 0, 0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li>a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 42px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  /*content: "\e908";*/
  content: "+";
  color: #131550;
  font-family: PortalAndsubPortalIcons;
}

.dl-menuwrapper li.dl-back:after {
  content: "-";
  line-height: 52px;
  right: 10px;
  color: #131550;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dl-menuwrapper li>a:after {
  left: 10px;
  color: rgba(0, 0, 0, 0.15);
}

.dl-menuwrapper .dl-menu.dl-subview li,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen>a,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subview>a {
  display: none;
}

.dl-menuwrapper .dl-menu.dl-subview li.dl-subview,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen>.dl-submenu,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen>.dl-submenu>li {
  display: block;
}

@media (max-width: 1024px) {
  .dl-menuwrapper {
    display: block !important;
  }
}

@media (max-width: 750px) {
  .dl-menuwrapper .dl-menu.dl-menuopen {
    max-height: 75vh;
    overflow-y: auto;
  }
}

@media (max-width: 825px) and (orientation: landscape) {
  .dl-menuwrapper .dl-menu.dl-menuopen {
    height: 240px;
    overflow-y: auto;
  }
}

@media (max-width: 667px) and (orientation: landscape) {
  .dl-menuwrapper .dl-menu.dl-menuopen {
    height: 200px;
    overflow-y: auto;
  }
}

#faqs {
  width: 100%;
}

#faqs .row {
  justify-content: center;
}

#faqsContainer {
  margin-top: 3.5rem;
  color: #131550;
  width: 100%;
  /** {
        -webkit-transition: all 2s ease-out;
        -moz-transition: all 2s ease-out;
        -o-transition: all 2s ease-out;
        transition: all 2s ease-out;
    }*/
}

#faqsContainer .row {
  margin: 0 -15px !important;
}

#faqsContainer h2 {
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
}

#faqsContainer .card {
  margin-bottom: 2rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.09);
  border-radius: 0;
  border: 0;
  background-color: transparent;
  /*display: inline-block;
        width: 48%;
        @include margin-right(2%);*/
  vertical-align: top;
}

#faqsContainer .card-header {
  background-color: #fff;
  padding: 0;
  border-bottom: 0;
}

#faqsContainer .card-header h5 {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1rem 3rem 1rem 0;
  display: flex;
  vertical-align: middle;
  min-height: 7rem;
  color: #131550;
  position: relative;
}

#faqsContainer .card-header h5:hover {
  background-color: #f3f0eb;
}

#faqsContainer .card-header h5:hover button:after {
  background-color: #131550;
}

#faqsContainer .card-header h5 .btn-link {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  padding: 0;
  min-height: 5rem;
  border: 0;
  padding-left: 8rem;
  text-align: right;
  white-space: normal;
  width: 100%;
  text-decoration: none;
}

#faqsContainer .card-header h5 .btn-link:hover {
  text-decoration: none;
}

#faqsContainer .card-header h5 button:after {
  width: 6rem;
  height: 70%;
  display: inline-block;
  line-height: 7rem;
  text-align: center;
  font-size: 3.5rem;
  color: #fff;
  background-color: #3c367b;
  position: absolute;
  left: 0;
  top: 6px;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

@media (max-width: 825px) {
  #faqsContainer .card-header h5 button:after {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    left: 0.5rem;
    top: 1rem;
  }
}

#faqsContainer .card-header h5 button[aria-expanded="true"]:after {
  content: "-";
}

#faqsContainer .card-header h5 button[aria-expanded="false"]:after {
  content: "+";
}

@media (max-width: 825px) {
  #faqsContainer .card-header h5 {
    min-height: 70px;
    height: auto;
    padding: 1rem 2rem 1rem 7rem;
  }
}

#faqsContainer .card-header:hover {
  cursor: pointer;
}

#faqsContainer .card-body {
  padding: 1.5rem 3rem 3rem;
  font-size: 1.4rem;
  line-height: 1.8;
  background-color: #fff;
  font-family: MarkaziText-Regular;
  color: #131550;
}

#faqsContainer .collapse.show,
#faqsContainer .collapsing {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
}

/* ************************************************************ */
/* Egypt Tressure Slide Styles */
/* ************************************************************ */
.treasuresSlide {
  background-image: linear-gradient(to left, rgba(19, 21, 80, 0.85), rgba(19, 21, 80, 0.85)), url("../../images/treasures-slide-background.jpg");
  background-position: left top, 61%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 825px) {
  .treasuresSlide {
    overflow-y: hidden;
  }
}

.treasuresSlide .navigationBtns a {
  width: 5.6vw;
}

.treasuresSlide .navigationBtns a.swiperNextBtn {
  color: #fff !important;
  position: relative;
  left: 3vw;
}

.treasuresSlide .navigationBtns a.swiperNextBtn span.number:before {
  background: #fff;
}

.treasuresSlide .backgroundVideo {
  position: absolute;
  width: 100vw;
  /*height: 100vh;*/
  top: 0;
  right: 0;
  z-index: 10;
  overflow: hidden;
}

.treasuresSlide .backgroundVideo .videoContent {
  min-height: 100vh;
  width: 100%;
}

@supports (object-fit: cover) {
  .treasuresSlide .backgroundVideo .videoContent {
    object-fit: cover;
  }
}

.treasuresSlide .backgroundVideo .videoLayer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 20;
  background-image: linear-gradient(to left, #131550 40%, rgba(19, 21, 80, 0.4));
}

@media (max-width: 825px) {
  .treasuresSlide .backgroundVideo .backgroundVideo {
    display: none;
  }
}

.treasuresSlide .backgroundObjTop,
.treasuresSlide .backgroundObjBottomLeft,
.treasuresSlide .backgroundObjBottomRight {
  position: absolute;
  z-index: 30;
}

.treasuresSlide .backgroundObjTop img,
.treasuresSlide .backgroundObjBottomLeft img,
.treasuresSlide .backgroundObjBottomRight img {
  height: 100%;
}

.treasuresSlide .backgroundObjTop {
  height: 45vh;
  top: 0;
  right: 0;
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .treasuresSlide .backgroundObjTop {
    height: 28vw;
  }
}

@media (max-width: 1024px) {
  .treasuresSlide .backgroundObjTop {
    height: 46vh;
    max-height: 31.26vw;
  }
}

@media (max-width: 825px) {
  .treasuresSlide .backgroundObjTop {
    height: 44.26vw;
    max-height: initial;
    top: 8vw;
    right: -42vw;
  }
}

@media (max-width: 480px) {
  .treasuresSlide .backgroundObjTop {
    height: 48.26vw;
    top: 25vw;
    right: -47vw;
  }
}

.treasuresSlide .backgroundObjBottomLeft {
  height: 52vh;
  bottom: -5vh;
  right: -9vw;
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .treasuresSlide .backgroundObjBottomLeft {
    height: 33vw;
  }
}

@media (max-width: 1024px) {
  .treasuresSlide .backgroundObjBottomLeft {
    height: 54vh;
    max-height: 45vw;
    right: -15vw;
    bottom: -3vw;
  }
}

@media (max-width: 825px) {
  .treasuresSlide .backgroundObjBottomLeft {
    height: 50vw;
    max-height: initial;
    right: -22vw;
    bottom: -5vw;
  }
}

@media (max-width: 480px) {
  .treasuresSlide .backgroundObjBottomLeft {
    height: 58vw;
    right: -25vw;
  }
}

.treasuresSlide .backgroundObjBottomRight {
  height: 68vh;
  bottom: -22vh;
  right: 31vw;
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .treasuresSlide .backgroundObjBottomRight {
    height: 45vw;
  }
}

@media (max-width: 1024px) {
  .treasuresSlide .backgroundObjBottomRight {
    height: 60vh;
    max-height: 42vw;
    bottom: -17vw;
    right: 35vw;
  }
}

@media (max-width: 825px) {
  .treasuresSlide .backgroundObjBottomRight {
    height: 67vw;
    max-height: initial;
    bottom: -42vw;
    right: 69vw;
  }
}

@media (max-width: 480px) {
  .treasuresSlide .backgroundObjBottomRight {
    height: 75vw;
    right: 68vw;
    bottom: -51vw;
  }
}

.treasuresSlide .headerBox {
  position: absolute;
  width: 28.125vw;
  height: 44.2vh;
  top: 19.6vh;
  right: 10vw;
  z-index: 39;
  background-image: linear-gradient(to top, #848587, #848587), linear-gradient(to left, #848587 17%, #f4f4f4 37%, #a7a7a7 55%, #cfd0d2 80%), linear-gradient(to bottom, #d2d3d5 15%, transparent 15.79%, transparent), linear-gradient(to left, #848587 10%, #f4f4f4 30%, #a7a7a7 50%, #cfd0d2 80%, transparent 80.37%);
  background-position: bottom right, top right, top left, bottom left;
  background-size: 0;
  background-repeat: no-repeat;
  -webkit-animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
  animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
}

@-webkit-keyframes borderBottom {
  0% {
    -webkit-background-size: 0 0, 0 0, 0 0, 0 18px;
    background-size: 0 0, 0 0, 0 0, 0 18px;
  }

  100% {
    -webkit-background-size: 0 0, 0 0, 0 0, 100% 18px;
    background-size: 0 0, 0 0, 0 0, 100% 18px;
  }
}

@keyframes borderBottom {
  0% {
    -webkit-background-size: 0 0, 0 0, 0 0, 0 18px;
    background-size: 0 0, 0 0, 0 0, 0 18px;
  }

  100% {
    -webkit-background-size: 0 0, 0 0, 0 0, 100% 18px;
    background-size: 0 0, 0 0, 0 0, 100% 18px;
  }
}

@-webkit-keyframes borderLeft {
  0% {
    -webkit-background-size: 18px 0, 0 0, 0 0, 100% 18px;
    background-size: 18px 0, 0 0, 0 0, 100% 18px;
  }

  100% {
    -webkit-background-size: 18px 100%, 0 0, 0 0, 100% 18px;
    background-size: 18px 100%, 0 0, 0 0, 100% 18px;
  }
}

@keyframes borderLeft {
  0% {
    -webkit-background-size: 18px 0, 0 0, 0 0, 100% 18px;
    background-size: 18px 0, 0 0, 0 0, 100% 18px;
  }

  100% {
    -webkit-background-size: 18px 100%, 0 0, 0 0, 100% 18px;
    background-size: 18px 100%, 0 0, 0 0, 100% 18px;
  }
}

@-webkit-keyframes borderTop {
  0% {
    -webkit-background-size: 18px 100%, 0 18px, 0 0, 100% 18px;
    background-size: 18px 100%, 0 18px, 0 0, 100% 18px;
  }

  100% {
    -webkit-background-size: 18px 100%, 100% 18px, 0 0, 100% 18px;
    background-size: 18px 100%, 100% 18px, 0 0, 100% 18px;
  }
}

@keyframes borderTop {
  0% {
    -webkit-background-size: 18px 100%, 0 18px, 0 0, 100% 18px;
    background-size: 18px 100%, 0 18px, 0 0, 100% 18px;
  }

  100% {
    -webkit-background-size: 18px 100%, 100% 18px, 0 0, 100% 18px;
    background-size: 18px 100%, 100% 18px, 0 0, 100% 18px;
  }
}

@-webkit-keyframes borderRight {
  0% {
    -webkit-background-size: 18px 100%, 100% 18px, 18px 0, 100% 18px;
    background-size: 18px 100%, 100% 18px, 18px 0, 100% 18px;
  }

  100% {
    -webkit-background-size: 18px 100%, 100% 18px, 18px 100%, 100% 18px;
    background-size: 18px 100%, 100% 18px, 18px 100%, 100% 18px;
  }
}

@keyframes borderRight {
  0% {
    -webkit-background-size: 18px 100%, 100% 18px, 18px 0, 100% 18px;
    background-size: 18px 100%, 100% 18px, 18px 0, 100% 18px;
  }

  100% {
    -webkit-background-size: 18px 100%, 100% 18px, 18px 100%, 100% 18px;
    background-size: 18px 100%, 100% 18px, 18px 100%, 100% 18px;
  }
}

.treasuresSlide .headerBox .headerBoxTitle {
  position: absolute;
  width: 74rem;
  top: 23%;
  right: 20%;
  color: #fff;
  font: 700 7.2rem MarkaziText-Bold;
  line-height: 1.1;
  opacity: 0;
  animation: slide-fade-in 5s 0.3s forwards;
}

@-webkit-keyframes slide-fade-in {
  0% {
    opacity: 0;
    transform: translateX(-70%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-fade-in {
  0% {
    opacity: 0;
    transform: translateX(-70%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.treasuresSlide .headerBox .startJourney {
  position: absolute;
  width: 92.22%;
  height: 83.11%;
  top: 66%;
  right: 79.7%;
  z-index: 50;
  background-image: url("../../images/discoverSlideWorldmap.png");
  background-position: 50% 70%;
  background-size: cover;
  padding: 7vh 1vw 2vh 1vw;
  color: #131550;
  opacity: 0;
  animation: slide-fade-in 3.5s 1.5s forwards;
}

@-webkit-keyframes slide-fade-in {
  0% {
    opacity: 0;
    transform: translateX(-80%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-fade-in {
  0% {
    opacity: 0;
    transform: translateX(-80%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.treasuresSlide .headerBox .startJourney .startJourneyTitle {
  text-align: center;
  opacity: 0;
  font: 100 3.5rem MarkaziText-Bold;
  animation: slide-fade-in 2s 1.2s forwards;
}

@-webkit-keyframes slide-fade-in {
  0% {
    opacity: 0;
    transform: translateX(-30%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-fade-in {
  0% {
    opacity: 0;
    transform: translateX(-30%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.treasuresSlide .headerBox .startJourney .startJourneyAnchor {
  position: absolute;
  width: 100%;
  top: 67.6%;
  right: 0;
  text-align: center;
  font-size: 3rem;
  color: #131550 !important;
  opacity: 0;
  animation: slide-fade-in 2s 1.2s forwards;
  transition: color .3s;
  /*&:hover, &:active {
                    color: #101142;
                }*/
}

@-webkit-keyframes slide-fade-in {
  0% {
    opacity: 0;
    transform: translateX(-30%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-fade-in {
  0% {
    opacity: 0;
    transform: translateX(-30%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.treasuresSlide .headerBox .startJourney .startJourneyAnchor .startJourneyCircles,
.treasuresSlide .headerBox .startJourney .startJourneyAnchor .startJourneyCircles::after {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  border: 0.2vw solid rgba(19, 21, 80, 0.1);
  border-radius: 50%;
}

.treasuresSlide .headerBox .startJourney .startJourneyAnchor .startJourneyCircles {
  width: 4.5vw;
  height: 4.5vw;
}

.treasuresSlide .headerBox .startJourney .startJourneyAnchor .startJourneyCircles::after {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
}

@media (max-width: 1900px) {
  .treasuresSlide .headerBox {
    -webkit-animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
    animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
  }

  @-webkit-keyframes borderBottom {
    0% {
      -webkit-background-size: 0 0, 0 0, 0 0, 0 16px;
      background-size: 0 0, 0 0, 0 0, 0 16px;
    }

    100% {
      -webkit-background-size: 0 0, 0 0, 0 0, 100% 16px;
      background-size: 0 0, 0 0, 0 0, 100% 16px;
    }
  }

  @keyframes borderBottom {
    0% {
      -webkit-background-size: 0 0, 0 0, 0 0, 0 16px;
      background-size: 0 0, 0 0, 0 0, 0 16px;
    }

    100% {
      -webkit-background-size: 0 0, 0 0, 0 0, 100% 16px;
      background-size: 0 0, 0 0, 0 0, 100% 16px;
    }
  }

  @-webkit-keyframes borderLeft {
    0% {
      -webkit-background-size: 16px 0, 0 0, 0 0, 100% 16px;
      background-size: 16px 0, 0 0, 0 0, 100% 16px;
    }

    100% {
      -webkit-background-size: 16px 100%, 0 0, 0 0, 100% 16px;
      background-size: 16px 100%, 0 0, 0 0, 100% 16px;
    }
  }

  @keyframes borderLeft {
    0% {
      -webkit-background-size: 16px 0, 0 0, 0 0, 100% 16px;
      background-size: 16px 0, 0 0, 0 0, 100% 16px;
    }

    100% {
      -webkit-background-size: 16px 100%, 0 0, 0 0, 100% 16px;
      background-size: 16px 100%, 0 0, 0 0, 100% 16px;
    }
  }

  @-webkit-keyframes borderTop {
    0% {
      -webkit-background-size: 16px 100%, 0 16px, 0 0, 100% 16px;
      background-size: 16px 100%, 0 16px, 0 0, 100% 16px;
    }

    100% {
      -webkit-background-size: 16px 100%, 100% 16px, 0 0, 100% 16px;
      background-size: 16px 100%, 100% 16px, 0 0, 100% 16px;
    }
  }

  @keyframes borderTop {
    0% {
      -webkit-background-size: 16px 100%, 0 16px, 0 0, 100% 16px;
      background-size: 16px 100%, 0 16px, 0 0, 100% 16px;
    }

    100% {
      -webkit-background-size: 16px 100%, 100% 16px, 0 0, 100% 16px;
      background-size: 16px 100%, 100% 16px, 0 0, 100% 16px;
    }
  }

  @-webkit-keyframes borderRight {
    0% {
      -webkit-background-size: 16px 100%, 100% 16px, 16px 0, 100% 16px;
      background-size: 16px 100%, 100% 16px, 16px 0, 100% 16px;
    }

    100% {
      -webkit-background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
      background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
    }
  }

  @keyframes borderRight {
    0% {
      -webkit-background-size: 16px 100%, 100% 16px, 16px 0, 100% 16px;
      background-size: 16px 100%, 100% 16px, 16px 0, 100% 16px;
    }

    100% {
      -webkit-background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
      background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
    }
  }

  .treasuresSlide .headerBox .headerBoxTitle {
    font-size: 6rem;
    width: 61rem;
  }

  .treasuresSlide .headerBox .startJourney .startJourneyTitle {
    font-size: 3.2rem;
  }

  .treasuresSlide .headerBox .startJourney .startJourneyAnchor {
    font-size: 2.8rem;
  }
}

@media (max-width: 1600px) {
  .treasuresSlide .headerBox {
    top: 19.6vh;
    -webkit-animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
    animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
  }

  @-webkit-keyframes borderBottom {
    0% {
      -webkit-background-size: 0 0, 0 0, 0 0, 0 14vw;
      background-size: 0 0, 0 0, 0 0, 0 14vw;
    }

    100% {
      -webkit-background-size: 0 0, 0 0, 0 0, 100% 14vw;
      background-size: 0 0, 0 0, 0 0, 100% 14vw;
    }
  }

  @keyframes borderBottom {
    0% {
      -webkit-background-size: 0 0, 0 0, 0 0, 0 14vw;
      background-size: 0 0, 0 0, 0 0, 0 14vw;
    }

    100% {
      -webkit-background-size: 0 0, 0 0, 0 0, 100% 14vw;
      background-size: 0 0, 0 0, 0 0, 100% 14vw;
    }
  }

  @-webkit-keyframes borderLeft {
    0% {
      -webkit-background-size: 14vw 0, 0 0, 0 0, 100% 14vw;
      background-size: 14vw 0, 0 0, 0 0, 100% 14vw;
    }

    100% {
      -webkit-background-size: 14vw 100%, 0 0, 0 0, 100% 14vw;
      background-size: 14vw 100%, 0 0, 0 0, 100% 14vw;
    }
  }

  @keyframes borderLeft {
    0% {
      -webkit-background-size: 14vw 0, 0 0, 0 0, 100% 14vw;
      background-size: 14vw 0, 0 0, 0 0, 100% 14vw;
    }

    100% {
      -webkit-background-size: 14vw 100%, 0 0, 0 0, 100% 14vw;
      background-size: 14vw 100%, 0 0, 0 0, 100% 14vw;
    }
  }

  @-webkit-keyframes borderTop {
    0% {
      -webkit-background-size: 14vw 100%, 0 14vw, 0 0, 100% 14vw;
      background-size: 14vw 100%, 0 14vw, 0 0, 100% 14vw;
    }

    100% {
      -webkit-background-size: 14vw 100%, 100% 14vw, 0 0, 100% 14vw;
      background-size: 14vw 100%, 100% 14vw, 0 0, 100% 14vw;
    }
  }

  @keyframes borderTop {
    0% {
      -webkit-background-size: 14vw 100%, 0 14vw, 0 0, 100% 14vw;
      background-size: 14vw 100%, 0 14vw, 0 0, 100% 14vw;
    }

    100% {
      -webkit-background-size: 14vw 100%, 100% 14vw, 0 0, 100% 14vw;
      background-size: 14vw 100%, 100% 14vw, 0 0, 100% 14vw;
    }
  }

  @-webkit-keyframes borderRight {
    0% {
      -webkit-background-size: 14vw 100%, 100% 14vw, 14vw 0, 100% 14vw;
      background-size: 14vw 100%, 100% 14vw, 14vw 0, 100% 14vw;
    }

    100% {
      -webkit-background-size: 14vw 100%, 100% 14vw, 14vw 100%, 100% 14vw;
      background-size: 14vw 100%, 100% 14vw, 14vw 100%, 100% 14vw;
    }
  }

  @keyframes borderRight {
    0% {
      -webkit-background-size: 14vw 100%, 100% 14vw, 14vw 0, 100% 14vw;
      background-size: 14vw 100%, 100% 14vw, 14vw 0, 100% 14vw;
    }

    100% {
      -webkit-background-size: 14vw 100%, 100% 14vw, 14vw 100%, 100% 14vw;
      background-size: 14vw 100%, 100% 14vw, 14vw 100%, 100% 14vw;
    }
  }

  .treasuresSlide .headerBox .headerBoxTitle {
    font-size: 5rem;
    width: 50rem;
    right: 23%;
  }

  .treasuresSlide .headerBox .startJourney .startJourneyTitle {
    font-size: 2.6rem;
  }

  .treasuresSlide .headerBox .startJourney .startJourneyAnchor {
    font-size: 2.3rem;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .treasuresSlide .headerBox {
    top: 17.6vh;
    -webkit-animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
    animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
  }

  @-webkit-keyframes borderBottom {
    0% {
      -webkit-background-size: 0 0, 0 0, 0 0, 0 12px;
      background-size: 0 0, 0 0, 0 0, 0 12px;
    }

    100% {
      -webkit-background-size: 0 0, 0 0, 0 0, 100% 12px;
      background-size: 0 0, 0 0, 0 0, 100% 12px;
    }
  }

  @keyframes borderBottom {
    0% {
      -webkit-background-size: 0 0, 0 0, 0 0, 0 12px;
      background-size: 0 0, 0 0, 0 0, 0 12px;
    }

    100% {
      -webkit-background-size: 0 0, 0 0, 0 0, 100% 12px;
      background-size: 0 0, 0 0, 0 0, 100% 12px;
    }
  }

  @-webkit-keyframes borderLeft {
    0% {
      -webkit-background-size: 12px 0, 0 0, 0 0, 100% 12px;
      background-size: 12px 0, 0 0, 0 0, 100% 12px;
    }

    100% {
      -webkit-background-size: 12px 100%, 0 0, 0 0, 100% 12px;
      background-size: 12px 100%, 0 0, 0 0, 100% 12px;
    }
  }

  @keyframes borderLeft {
    0% {
      -webkit-background-size: 12px 0, 0 0, 0 0, 100% 12px;
      background-size: 12px 0, 0 0, 0 0, 100% 12px;
    }

    100% {
      -webkit-background-size: 12px 100%, 0 0, 0 0, 100% 12px;
      background-size: 12px 100%, 0 0, 0 0, 100% 12px;
    }
  }

  @-webkit-keyframes borderTop {
    0% {
      -webkit-background-size: 12px 100%, 0 12px, 0 0, 100% 12px;
      background-size: 12px 100%, 0 12px, 0 0, 100% 12px;
    }

    100% {
      -webkit-background-size: 12px 100%, 100% 12px, 0 0, 100% 12px;
      background-size: 12px 100%, 100% 12px, 0 0, 100% 12px;
    }
  }

  @keyframes borderTop {
    0% {
      -webkit-background-size: 12px 100%, 0 12px, 0 0, 100% 12px;
      background-size: 12px 100%, 0 12px, 0 0, 100% 12px;
    }

    100% {
      -webkit-background-size: 12px 100%, 100% 12px, 0 0, 100% 12px;
      background-size: 12px 100%, 100% 12px, 0 0, 100% 12px;
    }
  }

  @-webkit-keyframes borderRight {
    0% {
      -webkit-background-size: 12px 100%, 100% 12px, 12px 0, 100% 12px;
      background-size: 12px 100%, 100% 12px, 12px 0, 100% 12px;
    }

    100% {
      -webkit-background-size: 12px 100%, 100% 12px, 12px 100%, 100% 12px;
      background-size: 12px 100%, 100% 12px, 12px 100%, 100% 12px;
    }
  }

  @keyframes borderRight {
    0% {
      -webkit-background-size: 12px 100%, 100% 12px, 12px 0, 100% 12px;
      background-size: 12px 100%, 100% 12px, 12px 0, 100% 12px;
    }

    100% {
      -webkit-background-size: 12px 100%, 100% 12px, 12px 100%, 100% 12px;
      background-size: 12px 100%, 100% 12px, 12px 100%, 100% 12px;
    }
  }

  .treasuresSlide .headerBox .headerBoxTitle {
    font-size: 4.2rem;
    width: 43rem;
  }

  .treasuresSlide .headerBox .startJourney .startJourneyTitle {
    font-size: 2.3rem;
  }

  .treasuresSlide .headerBox .startJourney .startJourneyAnchor {
    font-size: 2.1rem;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .treasuresSlide .headerBox {
    height: 23vw;
    top: 17vw;
  }

  .treasuresSlide .headerBox .startJourney {
    padding-top: 4vh;
  }
}

@media (max-width: 1024px) {
  .treasuresSlide .headerBox {
    width: 32vw;
    height: 36vh;
    max-height: 27vw;
    right: 17.1vw;
    top: 24vh;
    -webkit-animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
    animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
  }

  @-webkit-keyframes borderBottom {
    0% {
      -webkit-background-size: 0 0, 0 0, 0 0, 0 11px;
      background-size: 0 0, 0 0, 0 0, 0 11px;
    }

    100% {
      -webkit-background-size: 0 0, 0 0, 0 0, 100% 11px;
      background-size: 0 0, 0 0, 0 0, 100% 11px;
    }
  }

  @keyframes borderBottom {
    0% {
      -webkit-background-size: 0 0, 0 0, 0 0, 0 11px;
      background-size: 0 0, 0 0, 0 0, 0 11px;
    }

    100% {
      -webkit-background-size: 0 0, 0 0, 0 0, 100% 11px;
      background-size: 0 0, 0 0, 0 0, 100% 11px;
    }
  }

  @-webkit-keyframes borderLeft {
    0% {
      -webkit-background-size: 11px 0, 0 0, 0 0, 100% 11px;
      background-size: 11px 0, 0 0, 0 0, 100% 11px;
    }

    100% {
      -webkit-background-size: 11px 100%, 0 0, 0 0, 100% 11px;
      background-size: 11px 100%, 0 0, 0 0, 100% 11px;
    }
  }

  @keyframes borderLeft {
    0% {
      -webkit-background-size: 11px 0, 0 0, 0 0, 100% 11px;
      background-size: 11px 0, 0 0, 0 0, 100% 11px;
    }

    100% {
      -webkit-background-size: 11px 100%, 0 0, 0 0, 100% 11px;
      background-size: 11px 100%, 0 0, 0 0, 100% 11px;
    }
  }

  @-webkit-keyframes borderTop {
    0% {
      -webkit-background-size: 11px 100%, 0 11px, 0 0, 100% 11px;
      background-size: 11px 100%, 0 11px, 0 0, 100% 11px;
    }

    100% {
      -webkit-background-size: 11px 100%, 100% 11px, 0 0, 100% 11px;
      background-size: 11px 100%, 100% 11px, 0 0, 100% 11px;
    }
  }

  @keyframes borderTop {
    0% {
      -webkit-background-size: 11px 100%, 0 11px, 0 0, 100% 11px;
      background-size: 11px 100%, 0 11px, 0 0, 100% 11px;
    }

    100% {
      -webkit-background-size: 11px 100%, 100% 11px, 0 0, 100% 11px;
      background-size: 11px 100%, 100% 11px, 0 0, 100% 11px;
    }
  }

  @-webkit-keyframes borderRight {
    0% {
      -webkit-background-size: 11px 100%, 100% 11px, 11px 0, 100% 11px;
      background-size: 11px 100%, 100% 11px, 11px 0, 100% 11px;
    }

    100% {
      -webkit-background-size: 11px 100%, 100% 11px, 11px 100%, 100% 11px;
      background-size: 11px 100%, 100% 11px, 11px 100%, 100% 11px;
    }
  }

  @keyframes borderRight {
    0% {
      -webkit-background-size: 11px 100%, 100% 11px, 11px 0, 100% 11px;
      background-size: 11px 100%, 100% 11px, 11px 0, 100% 11px;
    }

    100% {
      -webkit-background-size: 11px 100%, 100% 11px, 11px 100%, 100% 11px;
      background-size: 11px 100%, 100% 11px, 11px 100%, 100% 11px;
    }
  }

  .treasuresSlide .headerBox .headerBoxTitle {
    font-size: 3.5vw;
    line-height: 1.3;
    width: 36vw;
    top: 19%;
    right: 22.87%;
    font-size: 4.5vw;
  }

  .treasuresSlide .headerBox .startJourney {
    width: 104.5%;
    height: 94.56%;
    top: 66%;
    padding: 0;
    padding-top: 7vh;
  }

  .treasuresSlide .headerBox .startJourney .startJourneyTitle {
    font-size: 2.4vw;
    font-size: 3.4vw;
  }

  .treasuresSlide .headerBox .startJourney .startJourneyAnchor {
    font-size: 2.1vw;
    font-size: 3.1vw;
  }

  .treasuresSlide .headerBox .startJourney .startJourneyAnchor .startJourneyCircles,
  .treasuresSlide .headerBox .startJourney .startJourneyAnchor .startJourneyCircles::after {
    border-width: .3vw;
  }

  .treasuresSlide .headerBox .startJourney .startJourneyAnchor .startJourneyCircles {
    width: 6.5vw;
    height: 6.5vw;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .treasuresSlide .headerBox {
    top: 28vw;
  }

  .treasuresSlide .headerBox .headerBoxTitle {
    top: 23%;
  }

  .treasuresSlide .headerBox .startJourney {
    padding-top: 5vw;
  }
}

@media (max-width: 825px) {
  .treasuresSlide .headerBox {
    position: relative;
    width: 68.73vw;
    height: 53.27vw;
    right: auto;
    top: 20vh;
    margin: 0 auto 88vh;
    max-height: initial;
    max-width: initial;
    background-image: linear-gradient(to top, #848587, #848587), linear-gradient(to left, #848587 10%, #f4f4f4 30%, #a7a7a7 50%, #cfd0d2 80%), linear-gradient(to bottom, #d2d3d5, #d2d3d5), linear-gradient(to left, #848587 7%, transparent 7%, transparent 93%, #d2d3d5 93%);
    background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
    opacity: 1;
    animation: none;
  }

  .treasuresSlide .headerBox .headerBoxTitle {
    width: 42vw;
    top: 14.5%;
    right: 10.7%;
    font-size: 7.3vw;
    line-height: 1.2;
    opacity: 1;
    animation: none;
  }

  .treasuresSlide .headerBox .startJourney {
    width: 81%;
    height: 75.5%;
    right: 9.1%;
    top: 93%;
    padding: 8.5vw 0;
    opacity: 1;
    animation: none;
  }

  .treasuresSlide .headerBox .startJourney .startJourneyTitle {
    font-size: 3.9vw;
    line-height: 1.3;
    opacity: 1;
    animation: none;
    font-size: 4.9vw;
  }

  .treasuresSlide .headerBox .startJourney .startJourneyAnchor {
    font-size: 3.9vw;
    top: 66.1%;
    opacity: 1;
    animation: none;
    font-size: 4.9vw;
  }

  .treasuresSlide .headerBox .startJourney .startJourneyAnchor .startJourneyCircles,
  .treasuresSlide .headerBox .startJourney .startJourneyAnchor .startJourneyCircles::after {
    border-width: .5vw;
  }

  .treasuresSlide .headerBox .startJourney .startJourneyAnchor .startJourneyCircles {
    width: 11vw;
    height: 11vw;
  }
}

@media (max-width: 480px) {
  .treasuresSlide .headerBox {
    width: 79.73vw;
    height: 64.27vw;
    margin-bottom: 60vh;
    background-size: 10px 100%, 100% 10px, 10px 100%, 100% 10px;
  }

  .treasuresSlide .headerBox .headerBoxTitle {
    font-size: 9.3vw;
    width: 50vw;
    font-size: 10.3vw;
  }

  .treasuresSlide .headerBox .startJourney .startJourneyTitle {
    font-size: 4.5vw;
    line-height: 1.3;
    font-size: 5.5vw;
  }

  .treasuresSlide .headerBox .startJourney .startJourneyAnchor {
    font-size: 5vw;
    font-size: 6vw;
    top: 65.1%;
  }

  .treasuresSlide .headerBox .startJourney .startJourneyAnchor .startJourneyCircles,
  .treasuresSlide .headerBox .startJourney .startJourneyAnchor .startJourneyCircles::after {
    border-width: .8vw;
  }

  .treasuresSlide .headerBox .startJourney .startJourneyAnchor .startJourneyCircles {
    width: 16vw;
    height: 16vw;
  }
}

@media (max-width: 825px) and (orientation: landscape) {
  .treasuresSlide .headerBox {
    margin-bottom: 90vw;
    top: 20rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .treasuresSlide {
    /* IE10 */
    /* IE11 */
  }

  .treasuresSlide .headerBox {
    background-size: 18px 100%, 100% 18px, 18px 100%, 100% 18px;
  }

  .treasuresSlide *::-ms-backdrop,
  .treasuresSlide .headerBox {
    background-size: 18px 100%, 100% 18px, 18px 100%, 100% 18px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1900px) {
  .treasuresSlide {
    /* IE10 */
    /* IE11 */
  }

  .treasuresSlide .headerBox {
    background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
  }

  .treasuresSlide *::-ms-backdrop,
  .treasuresSlide .headerBox {
    background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1600px) {
  .treasuresSlide {
    /* IE10 */
    /* IE11 */
  }

  .treasuresSlide .headerBox {
    background-size: 14px 100%, 100% 14px, 14px 100%, 100% 14px;
  }

  .treasuresSlide *::-ms-backdrop,
  .treasuresSlide .headerBox {
    background-size: 14px 100%, 100% 14px, 14px 100%, 100% 14px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1366px) and (orientation: landscape) {
  .treasuresSlide {
    /* IE10 */
    /* IE11 */
  }

  .treasuresSlide .headerBox {
    background-size: 12px 100%, 100% 12px, 12px 100%, 100% 12px;
  }

  .treasuresSlide *::-ms-backdrop,
  .treasuresSlide .headerBox {
    background-size: 12px 100%, 100% 12px, 12px 100%, 100% 12px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1024px) {
  .treasuresSlide {
    /* IE10 */
    /* IE11 */
  }

  .treasuresSlide .headerBox {
    background-size: 11px 100%, 100% 11px, 11px 100%, 100% 11px;
  }

  .treasuresSlide *::-ms-backdrop,
  .treasuresSlide .headerBox {
    background-size: 11px 100%, 100% 11px, 11px 100%, 100% 11px;
  }
}

@media (max-width: 825px) {
  .waterTreasuresSlide.announcementsSection {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.waterTreasuresSlide.announcementsSection .navigationBtns {
  display: none;
}

.waterTreasuresSlide.announcementsSection .headerBox {
  width: 34.7vw;
  height: 21.5vh;
  top: 15vh;
  right: 29.5vw;
  animation: none !important;
  background-image: linear-gradient(to bottom, #857c6c 20%, #c1b6a7), linear-gradient(to left, #827a6a, #dfdbd0 50%, #fffdf4 63%, #fffdf4 72%, #dfdbd0, #c1b8a5), linear-gradient(to bottom, #c1b8a5 35%, #827969), linear-gradient(to right, #827969, #dfdbd0 38%, transparent 37%, transparent 92%, #c1b6a7 92%);
}

.waterTreasuresSlide.announcementsSection .headerBox .headerBoxLink {
  width: 46%;
  align-items: flex-end;
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .waterTreasuresSlide.announcementsSection .headerBox {
    height: 12vw;
    top: 15vw;
  }
}

@media (max-width: 1024px) {
  .waterTreasuresSlide.announcementsSection .headerBox {
    background-image: linear-gradient(to bottom, #857c6c 20%, #c1b6a7), linear-gradient(to left, #827a6a, #dfdbd0 50%, #fffdf4 63%, #fffdf4 72%, #dfdbd0, #c1b8a5), linear-gradient(to bottom, #c1b8a5 35%, #827969), linear-gradient(to right, #827969, #dfdbd0 38%, #c1b6a7 92%);
    width: 34.7vw;
    height: 18.5vh;
    max-height: 14vw;
    top: 18vh;
  }
}

@media (max-width: 825px) {
  .waterTreasuresSlide.announcementsSection .headerBox {
    position: relative;
    width: 73vw;
    height: 27vw;
    max-height: initial;
    top: auto;
    margin: 8vw 0;
    right: 50.5vw;
    background-image: linear-gradient(to bottom, #857c6c 20%, #c1b6a7), linear-gradient(to left, #827a6a, #dfdbd0 50%, #fffdf4 63%, #fffdf4 72%, #dfdbd0, #c1b8a5), linear-gradient(to bottom, #c1b8a5 35%, #827969), linear-gradient(to right, #827969, #dfdbd0 38%, transparent 37%, transparent 92%, #c1b6a7 92%);
  }
}

@media (max-width: 480px) {
  .waterTreasuresSlide.announcementsSection .headerBox {
    height: 29vw;
    width: 75vw;
    right: 51.5vw;
  }

  .waterTreasuresSlide.announcementsSection .headerBox .headerBoxTitle {
    font-size: 8.4vw;
  }

  .waterTreasuresSlide.announcementsSection .headerBox .headerBoxLink {
    width: 50%;
  }
}

.waterTreasuresSlide.announcementsSection .waterTreasuresGallery {
  width: 78.8vw;
  height: 64vh;
  top: 28.8vh;
  right: 14vw !important;
}

.waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-list,
.waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-track {
  height: 100% !important;
}

.waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem {
  height: 100%;
}

.waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .secondaryImage {
  display: none;
}

.waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .primaryImage {
  flex-grow: 1;
  top: 5vh;
  height: 52vh;
}

.waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .infoBox {
  width: 38.62%;
  height: 48vh;
  bottom: 11.9vh;
  clear: both;
  padding: 4.5vh 3% 7vh 4%;
}

.waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .infoBox .infoTitle {
  font-size: 4.4rem;
  clear: both;
}

.waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .infoBox .type {
  background: #77709c;
  display: flex;
  width: fit-content;
  font-family: lato;
  margin-bottom: 2.5rem;
  float: right;
}

.waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .infoBox .type span {
  padding: 1rem 1.4rem;
}

.waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .infoBox .type .icon {
  background: #b4aec6;
  color: #131550;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1600px) {
  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .infoBox {
    padding: 4vh 2.5% 7vh 4%;
  }

  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .infoBox .infoTitle {
    font-size: 2.5rem;
  }

  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .infoBox .type {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }

  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .infoBox .type span {
    padding: .8rem 1.2rem;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery {
    height: 40vw;
    top: 21vw;
  }

  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .primaryImage {
    height: 30vw;
  }

  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .infoBox {
    height: 28vw;
    bottom: 8vw;
  }
}

@media (max-width: 1024px) {
  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery {
    height: 59vh;
    max-height: 45vw;
    top: 26.8vh;
  }

  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .infoBox {
    height: 40vh;
    max-height: 30vw;
    bottom: 11.9vh;
    padding-top: 2.5vw;
  }

  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .infoBox .infoTitle {
    font-size: 2vw;
    margin-bottom: 1vw;
    font-size: 3vw;
  }

  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .infoBox .infoDisc {
    font-size: 1.3vw;
    font-size: 2.3vw;
  }

  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .primaryImage {
    height: 45vh;
    max-height: 34vw;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery {
    top: 30vw;
  }

  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .infoBox {
    bottom: 9vw;
  }
}

@media (max-width: 825px) {
  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery {
    position: relative;
    top: auto;
    height: 120vw;
    width: 73vw !important;
    max-height: initial;
    margin-bottom: 10vw;
  }

  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide {
    height: 120vw;
    width: 73vw;
    max-height: initial;
  }

  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .primaryImage {
    top: 0;
    height: 43%;
    max-height: initial;
  }

  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .infoBox {
    width: 100%;
    height: 57%;
    max-height: initial;
    bottom: 0;
    padding: 7.8% 7.8% 14.2% 19.25%;
  }

  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .infoBox .type span,
  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .infoBox .type .icon {
    font-size: 3.3vw;
    padding: 2vw;
    font-size: 4.3vw;
  }

  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .infoBox .infoTitle {
    font-size: 4.5vw;
    font-size: 5.5vw;
  }

  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .infoBox .infoDisc {
    font-size: 2.9vw;
    font-size: 3.9vw;
  }
}

@media (max-width: 480px) {
  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery {
    height: 125vw;
    width: 75vw !important;
    margin-bottom: 10vw;
  }

  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide {
    height: 125vw;
    width: 75vw;
  }

  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .infoBox .infoDisc {
    font-size: 3.2vw;
    font-size: 4.2vw;
  }

  .waterTreasuresSlide.announcementsSection .waterTreasuresGallery .slick-slide .galleryItem .infoBox .readMore span {
    font-size: 3.5vw;
  }
}

.waterTreasuresSlide.announcementsSection .galleryButtons {
  right: 62.3vw !important;
  top: 80.8vh;
  width: 24vh !important;
  height: 12vh !important;
}

@media (max-width: 1600px) {
  .waterTreasuresSlide.announcementsSection .galleryButtons {
    right: 62.4vw !important;
    width: 24vh !important;
    height: 12vh !important;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .waterTreasuresSlide.announcementsSection .galleryButtons {
    width: 16vw !important;
    height: 8vw !important;
    top: 53vw;
  }

  .waterTreasuresSlide.announcementsSection .galleryButtons a span {
    font-size: 3.2vw;
  }
}

@media (max-width: 1024px) {
  .waterTreasuresSlide.announcementsSection .galleryButtons {
    width: 24vh !important;
    height: 12vh !important;
    top: 73.8vh;
    max-height: 9vw;
    max-width: 18vw;
  }

  .waterTreasuresSlide.announcementsSection .galleryButtons a span {
    font-size: 3.5vw;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .waterTreasuresSlide.announcementsSection .galleryButtons {
    top: 66vw;
  }
}

.waterTreasuresSlide.announcementsSection.animate .headerBox {
  right: 29.8vw !important;
}

.waterTreasuresSlide.announcementsSection.animate .waterTreasuresGallery {
  right: 14vw !important;
}

.waterTreasuresSlide.announcementsSection.animate .galleryButtons {
  right: 62.3vw !important;
}

#annSlideCont {
  background-image: radial-gradient(circle at 22% 30%, #fff 7%, #e2ddd9);
  position: fixed;
  width: 100vw;
  min-height: 100vh;
  /*overflow-y: scroll;*/
  right: -100%;
  z-index: 40;
  /*For testing only*/
  transition: right 0.8s ease;
}

@media (max-width: 825px) {
  #annSlideCont {
    height: 100%;
    overflow-y: auto;
    padding-top: 15vh;
    /*the same height of header*/
  }
}

body.annOpened #annSlideCont {
  right: 0;
}

/* ************************************************************ */
/* Egypt Museums Slide Styles */
/* ************************************************************ */
.museumsSlide {
  background-color: #e4dbcf;
}

.museumsSlide .backgroundObjectLeft {
  position: absolute;
  height: 48vh;
  top: 51vh;
  right: 4vw;
  z-index: 10;
}

.museumsSlide .backgroundObjectLeft img {
  height: 100%;
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .museumsSlide .backgroundObjectLeft {
    height: 27vw;
    top: 33vw;
  }
}

@media (max-width: 1024px) {
  .museumsSlide .backgroundObjectLeft {
    height: 59vh;
    max-height: 42vw;
    top: 49vh;
    right: 0;
    z-index: 30;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .museumsSlide .backgroundObjectLeft {
    top: 48vw;
  }
}

@media (max-width: 825px) {
  .museumsSlide .backgroundObjectLeft {
    height: 67vw;
    max-height: initial;
    bottom: auto;
    top: 80vw;
    right: -6vw;
    -webkit-animation: none;
    animation: none;
    z-index: 1;
  }
}

@media (max-width: 480px) {
  .museumsSlide .backgroundObjectLeft {
    height: 67vw;
    bottom: auto;
    top: 80vw;
    right: -6vw;
  }
}

.museumsSlide .backgroundObjectRight {
  position: absolute;
  height: 35vh;
  top: 40.5vh;
  right: 120vw;
  z-index: 10;
}

.museumsSlide .backgroundObjectRight img {
  height: 100%;
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .museumsSlide .backgroundObjectRight {
    height: 18vw;
    top: 26.6vw;
  }
}

@media (max-width: 1024px) {
  .museumsSlide .backgroundObjectRight {
    display: none;
  }
}

.museumsSlide .headerBox {
  position: absolute;
  width: 20.86vw;
  height: 43vh;
  top: 42vh;
  right: 10vw;
  z-index: 30;
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(26%, #857c6c), color-stop(92%, #fdfcf2)), -webkit-gradient(linear, left, color-stop(30%, #857c6c), color-stop(70%, #eae7dd), to(#eae7dd)), -webkit-gradient(linear, right top, right bottom, color-stop(3%, #eae7dd), color-stop(25%, #f7f4e9), color-stop(80%, #857c6c), to(#857c6c)), -webkit-gradient(linear, right, color-stop(8%, #857c6c), color-stop(8%, transparent), color-stop(92%, transparent), color-stop(92%, #fdfcf2));
  background-image: -webkit-linear-gradient(top, #857c6c 26%, #fdfcf2 92%), -webkit-linear-gradient(left, #857c6c 30%, #eae7dd 70%, #eae7dd), -webkit-linear-gradient(top, #eae7dd 3%, #f7f4e9 25%, #857c6c 80%, #857c6c), -webkit-linear-gradient(right, #857c6c 8%, transparent 8%, transparent 92%, #fdfcf2 92%);
  background-image: -o-linear-gradient(top, #857c6c 26%, #fdfcf2 92%), -o-linear-gradient(left, #857c6c 30%, #eae7dd 70%, #eae7dd), -o-linear-gradient(top, #eae7dd 3%, #f7f4e9 25%, #857c6c 80%, #857c6c), -o-linear-gradient(right, #857c6c 8%, transparent 8%, transparent 92%, #fdfcf2 92%);
  background-image: linear-gradient(to bottom, #857c6c 26%, #fdfcf2 92%), linear-gradient(to left, #857c6c 30%, #eae7dd 70%, #eae7dd), linear-gradient(to bottom, #eae7dd 3%, #f7f4e9 25%, #857c6c 80%, #857c6c), linear-gradient(to right, #857c6c 8%, transparent 8%, transparent 92%, #fdfcf2 92%);
  background-position: top right, top right, top left, bottom left;
  background-size: 18px 100%, 100% 18px, 18px 100%, 100% 18px;
  background-repeat: no-repeat;
}

.museumsSlide .headerBox .headerBoxImage {
  position: absolute;
  height: 86%;
  top: -27%;
  right: 50%;
  transform: scaleX(-1) translateX(-50%);
}

.museumsSlide .headerBox .headerBoxTitle {
  position: absolute;
  top: 62.5%;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  color: #fff;
  font: 700 7.2rem MarkaziText-Bold;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}

.museumsSlide .headerBox .headerBoxLink {
  position: absolute;
  width: 78%;
  bottom: -3%;
  right: 11%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: color .3s, transform .5s;
}

.museumsSlide .headerBox .headerBoxLink p {
  display: block;
  -ms-flex-preferred-size: 81%;
  color: #fff;
  font: 700 2.6rem MarkaziText-Bold;
  width: 23rem;
  margin-bottom: 0;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}

.museumsSlide .headerBox .headerBoxLink span {
  background: #131550;
  color: #fff;
  border-radius: 50%;
  padding: 1.2rem;
  font-size: 1.7rem;
  margin-right: 1vw;
  transform: scaleX(-1);
}

@media (max-width: 1900px) {
  .museumsSlide .headerBox {
    background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
  }

  .museumsSlide .headerBox .headerBoxTitle {
    font-size: 6rem;
  }

  .museumsSlide .headerBox .headerBoxLink p {
    font-size: 2.2rem;
  }
}

@media (max-width: 1600px) {
  .museumsSlide .headerBox {
    top: 40vh;
    background-size: 14px 100%, 100% 14px, 14px 100%, 100% 14px;
  }

  .museumsSlide .headerBox .headerBoxTitle {
    font-size: 5rem;
  }

  .museumsSlide .headerBox .headerBoxLink p {
    width: 17rem;
    font-size: 1.8rem;
  }

  .museumsSlide .headerBox .headerBoxLink span {
    padding: .8rem;
    font-size: 1.2rem;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .museumsSlide .headerBox {
    top: 38.4vh;
    background-size: 12px 100%, 100% 12px, 12px 100%, 100% 12px;
  }

  .museumsSlide .headerBox .headerBoxTitle {
    font-size: 4.2rem;
  }

  .museumsSlide .headerBox .headerBoxLink p {
    width: 15rem;
    font-size: 1.6rem;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .museumsSlide .headerBox {
    height: 22vw;
    top: 30vw;
  }
}

@media (max-width: 1024px) {
  .museumsSlide .headerBox {
    width: 24.21vw;
    height: 41vh;
    max-height: 31vw;
    top: 16vh;
    right: 9.08vw;
    background-image: -webkit-gradient(linear, right top, right bottom, color-stop(26%, #857c6c), color-stop(92%, #fdfcf2)), -webkit-gradient(linear, left, color-stop(30%, #857c6c), color-stop(70%, #eae7dd), to(#eae7dd)), -webkit-gradient(linear, right top, right bottom, color-stop(3%, #eae7dd), color-stop(25%, #f7f4e9), color-stop(80%, #857c6c), to(#857c6c)), -webkit-gradient(linear, right, from(#857c6c), to(#fdfcf2));
    background-image: -webkit-linear-gradient(top, #857c6c 26%, #fdfcf2 92%), -webkit-linear-gradient(left, #857c6c 30%, #eae7dd 70%, #eae7dd), -webkit-linear-gradient(top, #eae7dd 3%, #f7f4e9 25%, #857c6c 80%, #857c6c), -webkit-linear-gradient(right, #857c6c, #fdfcf2);
    background-image: -o-linear-gradient(top, #857c6c 26%, #fdfcf2 92%), -o-linear-gradient(left, #857c6c 30%, #eae7dd 70%, #eae7dd), -o-linear-gradient(top, #eae7dd 3%, #f7f4e9 25%, #857c6c 80%, #857c6c), -o-linear-gradient(right, #857c6c, #fdfcf2);
    background-image: linear-gradient(to bottom, #857c6c 26%, #fdfcf2 92%), linear-gradient(to left, #857c6c 30%, #eae7dd 70%, #eae7dd), linear-gradient(to bottom, #eae7dd 3%, #f7f4e9 25%, #857c6c 80%, #857c6c), linear-gradient(to right, #857c6c, #fdfcf2);
    background-size: 11px 100%, 100% 11px, 11px 100%, 100% 11px;
  }

  .museumsSlide .headerBox .headerBoxImage {
    width: auto;
    height: 70%;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 7%;
  }

  .museumsSlide .headerBox .headerBoxTitle {
    font-size: 3.5vw;
    top: 79.5%;
    right: 9.5%;
    transform: none;
    font-size: 4.5vw;
  }

  .museumsSlide .headerBox .headerBoxLink {
    bottom: auto;
    top: 79.5%;
    right: 76%;
  }

  .museumsSlide .headerBox .headerBoxLink p {
    display: none;
  }

  .museumsSlide .headerBox .headerBoxLink span {
    padding: 1vw;
    font-size: 1.4vw;
    margin-right: 0;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .museumsSlide .headerBox {
    top: 21vw;
  }
}

@media (max-width: 825px) {
  .museumsSlide .headerBox {
    position: relative;
    width: 58vw;
    height: 45.67vw;
    max-height: initial;
    top: -10vw;
    right: 18.27vw;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#8b8273), to(#d5cfc2)), -webkit-gradient(linear, left, color-stop(30%, #857c6c), color-stop(70%, #eae7dd), to(#eae7dd)), -webkit-gradient(linear, right top, right bottom, color-stop(22%, #eae7dd), color-stop(22%, transparent), color-stop(85%, transparent), color-stop(85%, #cec5b4)), -webkit-gradient(linear, left, from(#d5cfc2), color-stop(#dfdbd0), color-stop(57%, #fffdf4), color-stop(62%, #fffdf4), color-stop(#dfdbd0), to(#cec5b4));
    background-image: -webkit-linear-gradient(top, #8b8273, #d5cfc2), -webkit-linear-gradient(left, #857c6c 30%, #eae7dd 70%, #eae7dd), -webkit-linear-gradient(top, #eae7dd 22%, transparent 22%, transparent 85%, #cec5b4 85%), -webkit-linear-gradient(left, #d5cfc2, #dfdbd0, #fffdf4 57%, #fffdf4 62%, #dfdbd0, #cec5b4);
    background-image: -o-linear-gradient(top, #8b8273, #d5cfc2), -o-linear-gradient(left, #857c6c 30%, #eae7dd 70%, #eae7dd), -o-linear-gradient(top, #eae7dd 22%, transparent 22%, transparent 85%, #cec5b4 85%), -o-linear-gradient(left, #d5cfc2, #dfdbd0, #fffdf4 57%, #fffdf4 62%, #dfdbd0, #cec5b4);
    background-image: linear-gradient(to bottom, #8b8273, #d5cfc2), linear-gradient(to left, #857c6c 30%, #eae7dd 70%, #eae7dd), linear-gradient(to bottom, #eae7dd 22%, transparent 22%, transparent 85%, #cec5b4 85%), linear-gradient(to left, #d5cfc2, #dfdbd0, #fffdf4 57%, #fffdf4 62%, #dfdbd0, #cec5b4);
    background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
    -webkit-animation: none;
    animation: none;
  }

  .museumsSlide .headerBox .headerBoxImage {
    height: auto;
    width: 54.75%;
    top: -19%;
    right: 0.5rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .museumsSlide .headerBox .headerBoxTitle {
    font-size: 8.5vw;
    top: 21%;
    right: 62.5%;
    color: #131550;
    font-size: 9.5vw;
  }

  .museumsSlide .headerBox .headerBoxLink {
    width: 48vw;
    top: 44%;
    bottom: auto;
    right: 62.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .museumsSlide .headerBox .headerBoxLink p {
    display: block;
    font-size: 3.2vw;
    width: auto;
    max-width: 29vw;
    margin-bottom: 2.5vw;
    color: #131550;
    font-size: 4.2vw;
  }

  .museumsSlide .headerBox .headerBoxLink span {
    font-size: 3.8vw;
    padding: 2.5vw;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .museumsSlide .headerBox {
    width: 64vw;
    height: 50.67vw;
    right: 12.27vw;
    background-size: 10px 100%, 100% 10px, 10px 100%, 100% 10px;
  }

  .museumsSlide .headerBox .headerBoxImage {
    width: 55.75%;
  }

  .museumsSlide .headerBox .headerBoxTitle {
    top: 21%;
    right: 62.5%;
    font-size: 9.4vw;
    font-size: 10.4vw;
  }

  .museumsSlide .headerBox .headerBoxLink {
    width: 50vw;
  }

  .museumsSlide .headerBox .headerBoxLink p {
    font-size: 3.8vw;
    max-width: 34vw;
    font-size: 4.8vw;
  }

  .museumsSlide .headerBox .headerBoxLink span {
    font-size: 5vw;
  }
}

.museumsSlide .featuredMuseum {
  position: absolute;
  width: 58vw;
  height: 37vh;
  top: 14.5vh;
  right: 90vw;
  z-index: 20;
}

.museumsSlide .featuredMuseum:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right, color-stop(55%, rgba(0, 0, 0, 0.4)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.4) 55%, transparent 100%);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.4) 55%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 55%, transparent 100%);
  z-index: 1;
}

.museumsSlide .featuredMuseum .featuredMuseumImage {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.museumsSlide .featuredMuseum .featuredMuseumInfo {
  position: absolute;
  width: 60%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  padding: .8vw;
  padding-top: 3vh;
  /*.featuredMuseumDisc {
                position: relative;
                @include left(100%);
                font: 100 1.8rem $SecoundryFontFamily;
                line-height: 1.1;
                color: #dfdacf;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                display: -webkit-box;
            }*/
}

.museumsSlide .featuredMuseum .featuredMuseumInfo .featuredMuseumTitle {
  display: block;
  position: relative;
  right: 100%;
  font: 700 4.6rem MarkaziText-Bold;
  max-width: 38rem;
  margin-bottom: .8vh;
  line-height: 1;
  color: #fff !important;
}

.museumsSlide .featuredMuseum .featuredMuseumInfo .visitBtn {
  position: absolute;
  top: 5.5vh;
  left: 5.4%;
  border: 1px solid #fff;
  border-left-width: 2px;
  padding: .6vw 1vw;
  padding-left: 1px;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  white-space: nowrap;
  color: #fff !important;
  transition: all .3s;
}

.museumsSlide .featuredMuseum .featuredMuseumInfo .visitBtn span {
  color: #fff;
  font-size: 2.1rem;
  padding: .4vw .75vw;
  vertical-align: sub;
  margin-right: 1vw;
  border-right: 2px solid #fff;
  transition: all .3s;
}

.museumsSlide .featuredMuseum .featuredMuseumInfo .visitBtn span:before {
  display: inline-block;
  transform: scaleX(-1);
}

.museumsSlide .featuredMuseum .featuredMuseumInfo .visitBtn:hover {
  color: #131550 !important;
  background-color: #fff;
}

.museumsSlide .featuredMuseum .featuredMuseumInfo .visitBtn:hover span {
  border-color: #131550;
  color: #131550;
}

.museumsSlide .featuredMuseum .museumAntiquities {
  position: absolute;
  width: 88%;
  bottom: -.8vw;
  right: 50vw;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 0 .4vw;
}

.museumsSlide .featuredMuseum .museumAntiquities .antiquitiesGallery {
  width: 91.5%;
}

.museumsSlide .featuredMuseum .museumAntiquities .antiquitiesGallery .slick-slide {
  height: 9.5vw;
  padding: .8vw .4vw;
}

.museumsSlide .featuredMuseum .museumAntiquities .antiquitiesGallery .slick-slide>div,
.museumsSlide .featuredMuseum .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem {
  height: 100%;
}

.museumsSlide .featuredMuseum .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem {
  display: block;
  position: relative;
  background: #131550;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.museumsSlide .featuredMuseum .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .95;
  -webkit-transition: opacity .8s;
  -o-transition: opacity .8s;
  transition: opacity .8s;
}

.museumsSlide .featuredMuseum .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer {
  position: absolute;
  top: .5vw;
  bottom: .5vw;
  right: 0.5vw;
  left: 0.5vw;
  padding: .6vw;
  border: 1px solid #9b8873;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity .8s, z-index .2s;
  -o-transition: opacity .8s, z-index .2s;
  transition: opacity .8s, z-index .2s;
}

.museumsSlide .featuredMuseum .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .antiquityName {
  font: 100 2rem MarkaziText-Bold;
  margin-bottom: .8vh;
  word-break: break-all;
  color: #fff !important;
}

.museumsSlide .featuredMuseum .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .antiquityDisc {
  font: 100 1.5rem MarkaziText-Bold;
  line-height: 1.1;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.museumsSlide .featuredMuseum .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .more {
  position: absolute;
  bottom: .6vw;
  color: #fff !important;
  font-size: 1.53rem;
}

.museumsSlide .featuredMuseum .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .more span {
  background: #fff;
  font-size: 1rem;
  color: #131550;
  border-radius: 50%;
  padding: .4rem;
  margin-right: 0.15vw;
}

.museumsSlide .featuredMuseum .museumAntiquities .antiquitiesGallery .slick-center .galleryItem {
  -webkit-transform: scale(1.21);
  -ms-transform: scale(1.21);
  transform: scale(1.21);
  z-index: 1000;
}

.museumsSlide .featuredMuseum .museumAntiquities .antiquitiesGallery .slick-center .galleryItem img {
  opacity: .3;
}

.museumsSlide .featuredMuseum .museumAntiquities .antiquitiesGallery .slick-center .galleryItem .itemLayer {
  z-index: 1;
  opacity: 1;
}

.museumsSlide .featuredMuseum .museumAntiquities .galleryButtons {
  position: absolute;
  height: 7.9vw !important;
  width: 3.95vw !important;
  bottom: .8vw;
  left: -1.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.museumsSlide .featuredMuseum .museumAntiquities .galleryButtons a {
  position: relative;
  width: 100%;
  height: 50%;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.museumsSlide .featuredMuseum .museumAntiquities .galleryButtons a span {
  font-size: 1.7vw;
  transform: scaleX(-1);
}

.museumsSlide .featuredMuseum .museumAntiquities .galleryButtons a.museumsBack {
  background-color: #b7afc9;
}

.museumsSlide .featuredMuseum .museumAntiquities .galleryButtons a.museumsBack span {
  color: #7a788a;
}

.museumsSlide .featuredMuseum .museumAntiquities .galleryButtons a.museumsNext {
  background-color: #131550;
}

.museumsSlide .featuredMuseum .museumAntiquities .galleryButtons a.museumsNext span {
  color: #998d7d;
}

@media (max-width: 1900px) {
  .museumsSlide .featuredMuseum .featuredMuseumInfo .featuredMuseumTitle {
    font-size: 3.8rem;
    max-width: 28rem;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .featuredMuseumDisc {
    font-size: 1.5rem;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .visitBtn {
    font-size: 1.4rem;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .antiquityName {
    font-size: 1.8rem;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .antiquityDisc {
    font-size: 1.35rem;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .more {
    font-size: 1.55rem;
  }
}

@media (max-width: 1600px) {
  .museumsSlide .featuredMuseum {
    width: 54.1vw;
    top: 12.5vh;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo {
    width: 68%;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .featuredMuseumTitle {
    font-size: 2.8rem;
    max-width: 16vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .featuredMuseumDisc {
    font-size: 1.4rem;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .visitBtn {
    top: 4vh;
    font-size: 1.4rem;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .visitBtn span {
    font-size: 1.8rem;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities {
    padding: 0 .3vw;
    bottom: -.6vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide {
    height: 9.5vw;
    padding: .6vw .3vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer {
    top: .5vw;
    bottom: .5vw;
    left: 0.5vw;
    right: 0.5vw;
    padding: .5vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .antiquityName {
    font-size: 1.5rem;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .antiquityDisc {
    font-size: 1.3rem;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .more {
    font-size: 1.4rem;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-center .galleryItem {
    -webkit-transform: scale(1.16);
    -ms-transform: scale(1.16);
    transform: scale(1.16);
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .galleryButtons {
    height: 8.2vw !important;
    width: 4.1vw !important;
    bottom: .6vw;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .museumsSlide .featuredMuseum .featuredMuseumInfo .featuredMuseumTitle {
    font-size: 2.5rem;
    max-width: 24rem;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .featuredMuseumDisc {
    font-size: 1.3rem;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .visitBtn {
    top: 4vh;
    font-size: 1.3rem;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer {
    top: .4vw;
    bottom: .4vw;
    left: 0.4vw;
    right: 0.4vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .antiquityName {
    font-size: 1.4rem;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .antiquityDisc {
    font-size: 1.2rem;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .more {
    font-size: 1.32;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .more span {
    font-size: .8rem;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-center .galleryItem {
    -webkit-transform: scale(1.17);
    -ms-transform: scale(1.17);
    transform: scale(1.17);
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .museumsSlide .featuredMuseum {
    width: 60.1vw;
    height: 23vw;
    top: 11vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities {
    padding: 0 .35vw;
    bottom: -.7vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide {
    height: 10vw;
    padding: .7vw .35vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .galleryItem .itemLayer {
    top: .5vw;
    bottom: .5vw;
    left: 0.5vw;
    right: 0.5vw;
    padding: .8vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-center .galleryItem {
    -webkit-transform: scale(1.18);
    -ms-transform: scale(1.18);
    transform: scale(1.18);
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .galleryButtons {
    height: 8.6vw !important;
    width: 4.3vw !important;
    bottom: .7vw;
  }
}

@media (max-width: 1024px) {
  .museumsSlide .featuredMuseum {
    width: 58.59vw;
    height: 41vh;
    max-height: 31vw;
    top: 16vh;
  }

  .museumsSlide .featuredMuseum:before {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo {
    width: 100%;
    padding: 4vw;
    padding-top: 3vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .featuredMuseumTitle {
    font-size: 3.2vw;
    max-width: 30vw;
    font-size: 3.3vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .featuredMuseumDisc {
    display: none;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .visitBtn {
    top: 4vw;
    left: 5vw;
    padding: 1.2vw 1.6vw;
    padding-left: 0;
    font-size: 1.4vw;
    font-size: 2.4vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .visitBtn span {
    font-size: 1.8vw;
    padding: .4vw 1vw;
    margin-right: 1.2vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities {
    bottom: 3vh;
    width: 82%;
    padding: 0 .5vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide {
    height: 20vh;
    max-height: 16vw;
    padding: 1vw .5vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer {
    top: .8rem;
    bottom: .8rem;
    left: 0.8rem;
    right: 0.8rem;
    padding: .8rem;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .antiquityName {
    font-size: 1.8vw;
    font-size: 2.8vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .antiquityDisc {
    font-size: 1.3vw;
    font-size: 2.3vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .more {
    font-size: 1.4vw;
    font-size: 2.4vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .more span {
    font-size: .8vw;
    padding: .4vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-center .galleryItem {
    -webkit-transform: scale(1.16);
    -ms-transform: scale(1.16);
    transform: scale(1.16);
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .galleryButtons {
    height: calc(20vh - 2vw) !important;
    width: calc((20vh - 2vw) / 2) !important;
    max-height: 14vw !important;
    max-width: 7vw !important;
    bottom: 1vw;
    left: -2vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .galleryButtons a span {
    font-size: 2.4vw;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .museumsSlide .featuredMuseum {
    top: 21vw;
  }
}

@media (max-width: 825px) {
  .museumsSlide .featuredMuseum {
    position: relative;
    width: 81.13vw;
    height: auto;
    max-height: initial;
    top: auto;
    right: auto;
    padding: 0;
    margin: auto;
    background: none;
    background-image: -webkit-gradient(linear, right top, right bottom, color-stop(64.6vw, rgba(19, 21, 80, 0.4)), color-stop(64.6vw, transparent));
    background-image: -webkit-linear-gradient(top, rgba(19, 21, 80, 0.4) 64.6vw, transparent 64.6vw);
    background-image: -o-linear-gradient(top, rgba(19, 21, 80, 0.4) 64.6vw, transparent 64.6vw);
    background-image: linear-gradient(to bottom, rgba(19, 21, 80, 0.4) 64.6vw, transparent 64.6vw);
  }

  .museumsSlide .featuredMuseum:before {
    display: none;
  }

  .museumsSlide .featuredMuseum .featuredMuseumImage {
    position: relative;
    height: 64.6vw;
    z-index: 1;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo {
    position: relative;
    width: 100%;
    top: auto;
    left: 0;
    padding: 0;
    margin-top: 4vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .featuredMuseumTitle {
    max-width: 45vw;
    right: 0;
    font-size: 6vw;
    color: #131550 !important;
    font-size: 7vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .featuredMuseumDisc {
    right: 0;
    display: block;
    color: #131550;
    font-size: 2.8vw;
    margin-top: 3vw;
    font-size: 3.8vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .visitBtn {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    font-size: 4.2vw;
    margin-top: 6.9vw;
    padding: 2vw 18vw;
    padding-right: 27vw;
    color: #fff;
    border: 1px solid #131550;
    background: #131550;
    font-size: 5.2vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .visitBtn span {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0.4vw 2vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 5vw;
    margin-right: 0;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .visitBtn:hover {
    color: #fff !important;
    background: #131550;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .visitBtn:hover span {
    border-color: #fff;
    color: #fff;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities {
    position: relative;
    width: 128%;
    bottom: auto;
    right: 50%;
    transform: translateX(50%);
    margin-top: 10.13vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery {
    width: 100%;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide {
    height: 38vw;
    max-height: initial;
    padding: 2.5vw 1.25vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer {
    top: 2vw;
    bottom: 2vw;
    left: 2vw;
    right: 2vw;
    padding: 2vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .antiquityName {
    font-size: 4vw;
    font-size: 5vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .antiquityDisc {
    display: none;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .more {
    width: 100%;
    bottom: 3.5rem;
    right: 0;
    font-size: 0;
    text-align: center;
    display: block;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .more span {
    font-size: 3vw;
    padding: 2vw;
    margin-right: 0;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-center .galleryItem {
    -webkit-transform: scale(1.17);
    -ms-transform: scale(1.17);
    transform: scale(1.17);
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .galleryButtons {
    display: none;
  }
}

@media (max-width: 480px) {
  .museumsSlide .featuredMuseum {
    width: 90.13vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo {
    width: 100%;
    padding: 0;
    margin-top: 4vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .featuredMuseumTitle {
    font-size: 8vw;
    max-width: initial;
    font-size: 9vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .featuredMuseumDisc {
    font-size: 3.8vw;
    font-size: 4.8vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .visitBtn {
    font-size: 6.5vw;
    padding: 3vw 4vw;
    padding: 3vw 25% 3vw 0;
    font-size: 7.5vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .visitBtn span {
    font-size: 8vw;
    padding: .8vw 5vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer {
    padding: 2.5vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .antiquityName {
    font-size: 1.8rem;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .antiquityDisc {
    font-size: 3.5vw;
    font-size: 4.5vw;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .more {
    bottom: 1.5rem;
  }

  .museumsSlide .featuredMuseum .featuredMuseumInfo .museumAntiquities .antiquitiesGallery .slick-slide .galleryItem .itemLayer .more span {
    font-size: 3.5vw;
    padding: 2vw;
  }
}

.museumsSlide .famousMuseums {
  position: absolute;
  width: 51.125vw;
  height: 11vh;
  top: 73.9vh;
  right: 90vw;
  z-index: 20;
  background-color: #b4adb2;
}

.museumsSlide .famousMuseums .famousMuseumsTitle {
  position: absolute;
  width: 20%;
  bottom: 58%;
  right: 1%;
  color: #131550;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}

.museumsSlide .famousMuseums .famousMuseumsLink {
  color: #131550 !important;
  font-size: 1.65rem;
  font-weight: 700;
  position: absolute;
  bottom: 10%;
  right: 1%;
  text-decoration: none;
}

.museumsSlide .famousMuseums .famousMuseumsLink span {
  background: #131550;
  color: #fff;
  border-radius: 50%;
  margin-right: 0.5vw;
  font-size: 1.2rem;
  padding: .7rem;
}

.museumsSlide .famousMuseums .museumsGallery {
  position: absolute;
  width: 74%;
  height: 13vw;
  bottom: .8vw;
  left: -40vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem {
  position: relative;
  background: #060726;
  overflow: hidden;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  -o-transition: transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
  width: calc(100% / 3);
}

.museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right bottom, right top, color-stop(28%, rgba(0, 0, 0, 0.6)), color-stop(50%, transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 28%, transparent 50%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 28%, transparent 50%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 28%, transparent 50%);
  z-index: 29;
}

.museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: opacity .8s;
  -o-transition: opacity .8s;
  transition: opacity .8s;
}

.museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer {
  position: absolute;
  height: 4.7vw;
  bottom: .6vw;
  right: 0.6vw;
  left: 0.6vw;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  color: #fff;
  border: 1px solid #9b8873;
  padding: .8vw;
  overflow: hidden;
  -webkit-transition: height .8s;
  -o-transition: height .8s;
  transition: height .8s;
}

.museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .museumName {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1vw;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .museumTypes {
  list-style-type: none;
  opacity: 0;
}

.museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .museumTypes a {
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .museumTypes li {
  font-family: MarkaziText-Regular;
  font-size: 1.5rem;
  width: 92%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .museumTypes li span {
  display: inline-block;
  font-size: .6vw;
  color: #fff;
  margin-left: 0.5vw;
}

.museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .museumTypes li span:before {
  display: inline-block;
  transform: scaleX(-1);
}

.museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .showAllLink {
  position: absolute;
  bottom: .8vw;
  text-decoration: none;
  color: #fff !important;
  font-size: 1.65rem;
  line-height: 1.2;
  opacity: 0;
}

.museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .showAllLink span {
  background: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: .7rem;
  color: #000;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem.active {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 1000;
  -webkit-box-shadow: 0 0.15vw 0.5vw #888;
  box-shadow: 0 0.1vw 0.5vw rgba(0, 0, 0, 0.8);
}

.museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem.active img {
  opacity: .2;
}

.museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem.active .itemLayer {
  height: calc(100% - 1.2vw);
}

.museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem.active .itemLayer .museumTypes,
.museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem.active .itemLayer .showAllLink {
  opacity: 1;
}

@media (max-width: 1900px) {
  .museumsSlide .famousMuseums .famousMuseumsTitle {
    font-size: 3.9rem;
  }

  .museumsSlide .famousMuseums .famousMuseumsLink {
    font-size: 1.55rem;
  }

  .museumsSlide .famousMuseums .famousMuseumsLink span {
    font-size: 1rem;
    padding: .8rem;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .museumName {
    font-size: 2.6rem;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .museumTypes li {
    font-size: 1.4rem;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .showAllLink {
    font-size: 1.5rem;
  }
}

@media (max-width: 1600px) {
  .museumsSlide .famousMuseums {
    width: 47.125vw;
    top: 71.9vh;
  }

  .museumsSlide .famousMuseums .famousMuseumsTitle {
    font-size: 3.1rem;
  }

  .museumsSlide .famousMuseums .famousMuseumsLink {
    font-size: 1.4rem;
  }

  .museumsSlide .famousMuseums .famousMuseumsLink span {
    font-size: .9rem;
    padding: .6rem;
  }

  .museumsSlide .famousMuseums .museumsGallery {
    width: 72%;
    height: 12vw;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer {
    height: 4.5vw;
    padding: .5vw;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .museumName {
    font-size: 2.2rem;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .museumTypes li {
    font-size: 1.3rem;
    margin-bottom: 0;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .showAllLink {
    font-size: 1.4rem;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .showAllLink span {
    font-size: 1rem;
    padding: .4rem;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .museumsSlide .famousMuseums {
    top: 70.2vh;
  }

  .museumsSlide .famousMuseums .famousMuseumsTitle {
    font-size: 3rem;
  }

  .museumsSlide .famousMuseums .famousMuseumsLink {
    font-size: 1.32rem;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer {
    height: 3.9vw;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .museumName {
    font-size: 1.8rem;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .museumTypes li {
    font-size: 1.25rem;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .showAllLink {
    font-size: 1.32rem;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .showAllLink span {
    font-size: .8rem;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .museumsSlide .famousMuseums {
    width: 53.125vw;
    top: 46.4vw;
    height: 5.5vw;
  }

  .museumsSlide .famousMuseums .famousMuseumsTitle {
    bottom: 56%;
  }

  .museumsSlide .famousMuseums .museumsGallery {
    width: 74%;
    height: 13.5vw;
  }
}

@media (max-width: 1024px) {
  .museumsSlide .famousMuseums {
    width: 85.11vw;
    height: 29.8vh;
    max-height: 21.5vw;
    top: 61vh;
  }

  .museumsSlide .famousMuseums .famousMuseumsTitle {
    top: 12%;
    right: 3%;
    font-size: 3.5vw;
    z-index: 40;
    font-size: 4.5vw;
  }

  .museumsSlide .famousMuseums .famousMuseumsLink {
    font-size: 0;
    top: 79%;
    right: 3%;
  }

  .museumsSlide .famousMuseums .famousMuseumsLink span {
    padding: 1vw;
    font-size: 1.5vw;
    margin-right: 0;
  }

  .museumsSlide .famousMuseums .museumsGallery {
    width: 52vw;
    height: 24.9vh;
    max-height: 19vw;
    bottom: initial;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer {
    height: 6.8vw;
    bottom: .8vw;
    left: 0.8vw;
    right: 0.8vw;
    padding: 1vw;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .museumName {
    font-size: 2.4vw;
    font-size: 3.4vw;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .museumTypes li {
    font-size: 1.3vw;
    font-size: 2.3vw;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .showAllLink {
    font-size: 1.4vw;
    font-size: 2.4vw;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .showAllLink span {
    font-size: .8vw;
    padding: .4vw;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem.active .itemLayer {
    height: calc(100% - 1.6vw);
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .museumsSlide .famousMuseums {
    top: 55vw;
  }

  .museumsSlide .famousMuseums .famousMuseumsLink {
    top: 70%;
  }
}

@media (max-width: 825px) {
  .museumsSlide .famousMuseums {
    position: relative;
    width: 80.13vw;
    height: 68.46vw;
    max-height: initial;
    bottom: auto;
    top: auto;
    right: auto;
    margin: auto;
    margin-top: 23vw;
    margin-bottom: 32vw;
  }

  .museumsSlide .famousMuseums .famousMuseumsTitle {
    width: 43vw;
    top: -10.5%;
    bottom: auto;
    right: 7%;
    font-size: 7.5vw;
    font-size: 8.5vw;
  }

  .museumsSlide .famousMuseums .famousMuseumsLink {
    width: 100%;
    height: 0;
    top: -1.7vw;
    right: 75%;
    font-size: 0;
  }

  .museumsSlide .famousMuseums .famousMuseumsLink span {
    font-size: 4vw;
    padding: 3vw;
  }

  .museumsSlide .famousMuseums .museumsGallery {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 100vw;
    height: 35.6vw;
    max-height: initial;
    bottom: auto;
    top: 30%;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem.active .itemLayer {
    height: calc(100% - 4vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem.active.active:first-child {
    transform-origin: right;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem.active.active:last-child {
    transform-origin: left;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer {
    height: 16vw;
    bottom: 2vw;
    right: 2vw;
    left: 2vw;
    padding: 2vw;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .museumName {
    font-size: 4.5vw;
    font-size: 5.5vw;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .museumTypes {
    display: none;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .showAllLink {
    font-size: 0;
    text-align: center;
    bottom: 3.5rem;
    position: absolute;
    width: 100%;
    right: 0;
  }

  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .showAllLink span {
    font-size: 3vw;
    font-weight: 500;
    padding: 2vw;
    margin: auto;
  }
}

@media (max-width: 480px) {
  .museumsSlide .famousMuseums .museumsGallery .museumsGalleryItem .itemLayer .showAllLink {
    bottom: 1.5rem;
  }
}

/* *************************************** */
/* *************************************** */
.museumsSlide.animate .headerBox {
  -webkit-animation: headeBoxAnimationOnScroll 3.8s forwards;
  animation: headeBoxAnimationOnScroll 3.8s forwards;
}

.museumsSlide.animate .headerBox .headerBoxTitle,
.museumsSlide.animate .headerBox .headerBoxLink p {
  color: #131550 !important;
}

@media (max-width: 1024px) {
  .museumsSlide.animate .headerBox {
    -webkit-animation: museumsheadeBoxAnimationOnScroll 3s forwards;
    animation: museumsheadeBoxAnimationOnScroll 3s forwards;
  }
}

.museumsSlide.animate .backgroundObjectLeft {
  -webkit-animation: museumsBackObjAnimationOnScroll 4s forwards;
  animation: museumsBackObjAnimationOnScroll 4s forwards;
}

.museumsSlide.animate .backgroundObjectRight {
  right: 78vw !important;
  transition: right 2s ease-out 2s;
}

.museumsSlide.animate .featuredMuseum {
  right: 27.2vw !important;
  transition: right 2s ease-out 1s;
}

.museumsSlide.animate .featuredMuseum .featuredMuseumInfo .featuredMuseumTitle,
.museumsSlide.animate .featuredMuseum .featuredMuseumInfo .featuredMuseumDisc {
  right: 0 !important;
  transition: right 2s ease-out 1s;
}

.museumsSlide.animate .featuredMuseum .featuredMuseumInfo .museumAntiquities {
  right: 0.7vw !important;
  transition: right 2.5s ease-out 1s;
}

@media (max-width: 1024px) {
  .museumsSlide.animate .featuredMuseum {
    right: 35.6vw !important;
    transition: right 2s ease-out 0.5s;
  }

  .museumsSlide.animate .featuredMuseum .featuredMuseumInfo .featuredMuseumTitle {
    right: 0 !important;
    transition: right 2s ease-out 0.5s;
  }

  .museumsSlide.animate .featuredMuseum .featuredMuseumInfo .museumAntiquities {
    right: 4vw !important;
    transition: right 2.5s ease-out 0.5s;
  }
}

.museumsSlide.animate .famousMuseums {
  right: 34.2vw !important;
  transition: right 2.5s ease-out 1s;
}

.museumsSlide.animate .famousMuseums .museumsGallery {
  left: 0.8vw !important;
  transition: left 2.5s ease-out 1.5s;
}

@media (max-width: 1024px) {
  .museumsSlide.animate .famousMuseums {
    right: 9.08vw !important;
    transition: right 2.5s ease-out 0.5s;
  }

  .museumsSlide.animate .famousMuseums .museumsGallery {
    left: 2vw !important;
    transition: left 2.5s ease-out 0.5s;
  }
}

.museumsSlide.animateFast .headerBox {
  -webkit-animation: headeBoxAnimationOnScroll 3s forwards;
  animation: headeBoxAnimationOnScroll 3s forwards;
}

.museumsSlide.animateFast .headerBox .headerBoxTitle,
.museumsSlide.animateFast .headerBox .headerBoxLink p {
  color: #131550;
}

@media (max-width: 1024px) {
  .museumsSlide.animateFast .headerBox {
    -webkit-animation: museumsheadeBoxAnimationOnScroll 2.5s forwards;
    animation: museumsheadeBoxAnimationOnScroll 2.5s forwards;
  }
}

.museumsSlide.animateFast .backgroundObjectLeft {
  -webkit-animation: museumsBackObjAnimationOnScroll 3s forwards;
  animation: museumsBackObjAnimationOnScroll 3s forwards;
}

.museumsSlide.animateFast .backgroundObjectRight {
  right: 78vw !important;
  transition: right 1.5s ease-out 0s;
}

.museumsSlide.animateFast .featuredMuseum {
  right: 27.2vw !important;
  transition: right 1.5s ease-out 0s;
}

.museumsSlide.animateFast .featuredMuseum .featuredMuseumInfo .featuredMuseumTitle,
.museumsSlide.animateFast .featuredMuseum .featuredMuseumInfo .featuredMuseumDisc {
  right: 0 !important;
  transition: right 1.5s ease-out 0s;
}

.museumsSlide.animateFast .featuredMuseum .featuredMuseumInfo .museumAntiquities {
  right: 0.7vw !important;
  transition: right 1.5s ease-out 0s;
}

@media (max-width: 1024px) {
  .museumsSlide.animateFast .featuredMuseum {
    right: 35.6vw !important;
    transition: right 1.2s ease-out 0s;
  }

  .museumsSlide.animateFast .featuredMuseum .featuredMuseumInfo .museumAntiquities {
    right: 4vw !important;
    transition: right 1.2s ease-out 0s;
  }
}

.museumsSlide.animateFast .famousMuseums {
  right: 34.2vw !important;
  transition: right 1.5s ease-out 0s;
}

.museumsSlide.animateFast .famousMuseums .museumsGallery {
  left: 0.8vw !important;
  transition: left 1.5s ease-out 0s;
}

@media (max-width: 1024px) {
  .museumsSlide.animateFast .famousMuseums {
    right: 9.08vw !important;
    transition: right 1.2s ease-out 0s;
  }

  .museumsSlide.animateFast .famousMuseums .museumsGallery {
    left: 2vw !important;
    transition: left 1.2s ease-out 0s;
  }
}

/* ************************************************************ */
/* Water Treasures Slide Styles */
/* ************************************************************ */
.waterTreasuresSlide {
  background-image: radial-gradient(circle at 22% 30%, #fff 7%, #e2ddd9);
}

.waterTreasuresSlide .backgroundObjectTop {
  position: absolute;
  height: 22vh;
  top: 5vh;
  left: -40vw;
}

.waterTreasuresSlide .backgroundObjectTop img {
  height: 100%;
  transform: scaleX(-1);
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .waterTreasuresSlide .backgroundObjectTop {
    height: 13.5vw;
    top: 4vw;
  }
}

@media (max-width: 1024px) {
  .waterTreasuresSlide .backgroundObjectTop {
    max-height: 14vw;
    height: 19vh;
    top: 6vh;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .waterTreasuresSlide .backgroundObjectTop {
    top: 13vw;
  }
}

@media (max-width: 825px) {
  .waterTreasuresSlide .backgroundObjectTop {
    display: none;
  }
}

.waterTreasuresSlide .backgroundObjectBottom {
  position: absolute;
  height: 40vh;
  top: 60vh;
  left: -42vw;
}

.waterTreasuresSlide .backgroundObjectBottom img {
  height: 100%;
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .waterTreasuresSlide .backgroundObjectBottom {
    height: 23vw;
    top: 36vw;
  }
}

@media (max-width: 1024px) {
  .waterTreasuresSlide .backgroundObjectBottom {
    max-height: 27vw;
    height: 26vh;
    top: 72vh;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .waterTreasuresSlide .backgroundObjectBottom {
    top: 70vw;
  }
}

@media (max-width: 825px) {
  .waterTreasuresSlide .backgroundObjectBottom {
    display: none;
  }
}

.waterTreasuresSlide .backgroundObjLeft {
  position: absolute;
  top: 19vh;
  right: 15.8vw;
  height: 12.5vh;
}

.waterTreasuresSlide .backgroundObjLeft img {
  height: 100%;
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .waterTreasuresSlide .backgroundObjLeft {
    top: 13.8vw;
    height: 6.5vw;
  }
}

@media (max-width: 1024px) {
  .waterTreasuresSlide .backgroundObjLeft {
    top: 21vh;
    max-height: 8.1vw;
    height: 14vh;
    right: 20.5vw;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .waterTreasuresSlide .backgroundObjLeft {
    top: 25vw;
  }
}

@media (max-width: 825px) {
  .waterTreasuresSlide .backgroundObjLeft {
    top: 9vw;
    right: 0;
    height: 17.1vw;
    max-height: initial;
    z-index: 1;
  }
}

@media (max-width: 480px) {
  .waterTreasuresSlide .backgroundObjLeft {
    top: 11vw;
  }
}

.waterTreasuresSlide .headerBox {
  position: absolute;
  z-index: 30;
  right: 14vw;
  top: 17.5vh;
  width: 27.7vw;
  height: 31.5vh;
  background-image: linear-gradient(to bottom, #857c6c 20%, #c1b6a7), linear-gradient(to left, #827a6a, #dfdbd0 50%, #fffdf4 63%, #fffdf4 72%, #dfdbd0, #c1b8a5), linear-gradient(to bottom, #c1b8a5 35%, #827969), linear-gradient(to right, #827969 8%, transparent 8%, transparent 92%, #c1b6a7 92%);
  background-position: top right, top right, top left, bottom left;
  background-size: 18px 100%, 100% 18px, 18px 100%, 100% 18px;
  background-repeat: no-repeat;
}

.waterTreasuresSlide .headerBox .headerBoxTitle {
  color: #131550;
  position: absolute;
  top: 25%;
  right: 10%;
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1.1;
}

.waterTreasuresSlide .headerBox .headerBoxLink {
  position: absolute;
  right: 11%;
  bottom: -4.1%;
  width: 77%;
  width: 77%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

.waterTreasuresSlide .headerBox .headerBoxLink p {
  color: #131550 !important;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 0;
}

.waterTreasuresSlide .headerBox .headerBoxLink span {
  background: #131550;
  color: #fff;
  padding: 1.2rem;
  font-size: 1.7rem;
  border-radius: 50%;
  transform: scaleX(-1);
}

@media (max-width: 1900px) {
  .waterTreasuresSlide .headerBox {
    background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
  }

  .waterTreasuresSlide .headerBox .headerBoxTitle {
    font-size: 6rem;
  }

  .waterTreasuresSlide .headerBox .headerBoxLink p {
    font-size: 2.2rem;
  }
}

@media (max-width: 1600px) {
  .waterTreasuresSlide .headerBox {
    top: 14.5vh;
    background-size: 14px 100%, 100% 14px, 14px 100%, 100% 14px;
  }

  .waterTreasuresSlide .headerBox .headerBoxTitle {
    font-size: 5rem;
  }

  .waterTreasuresSlide .headerBox .headerBoxLink {
    /*bottom: -6.5%;*/
  }

  .waterTreasuresSlide .headerBox .headerBoxLink p {
    font-size: 1.8rem;
  }

  .waterTreasuresSlide .headerBox .headerBoxLink span {
    padding: .8rem;
    font-size: 1.2rem;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .waterTreasuresSlide .headerBox {
    background-size: 12px 100%, 100% 12px, 12px 100%, 100% 12px;
  }

  .waterTreasuresSlide .headerBox .headerBoxTitle {
    font-size: 4.2rem;
  }

  .waterTreasuresSlide .headerBox .headerBoxLink p {
    font-size: 1.6rem;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .waterTreasuresSlide .headerBox {
    top: 13vw;
    width: 27.7vw;
    height: 17vw;
  }

  .waterTreasuresSlide .headerBox .headerBoxTitle {
    font-size: 4.2rem;
  }

  .waterTreasuresSlide .headerBox .headerBoxLink p {
    font-size: 1.4vw;
  }
}

@media (max-width: 1024px) {
  .waterTreasuresSlide .headerBox {
    width: 26vw;
    height: 33vh;
    max-height: 24.7vw;
    right: 9.08vw;
    top: 16vh;
    background-image: linear-gradient(to bottom, #857c6c 20%, #c1b6a7), linear-gradient(to left, #827a6a, #dfdbd0 50%, #fffdf4 63%, #fffdf4 72%, #dfdbd0, #c1b8a5), linear-gradient(to bottom, #c1b8a5 35%, #827969), linear-gradient(to right, #827969, #c1b6a7);
    background-size: 11px 100%, 100% 11px, 11px 100%, 100% 11px;
  }

  .waterTreasuresSlide .headerBox .headerBoxTitle {
    font-size: 3.5vw;
    top: 23%;
    font-size: 4.5vw;
  }

  .waterTreasuresSlide .headerBox .headerBoxLink {
    bottom: 21%;
  }

  .waterTreasuresSlide .headerBox .headerBoxLink p {
    display: none;
  }

  .waterTreasuresSlide .headerBox .headerBoxLink span {
    font-size: 1.5vw;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .waterTreasuresSlide .headerBox {
    top: 21vw;
  }
}

@media (max-width: 825px) {
  .waterTreasuresSlide .headerBox {
    width: 60vw;
    height: 37.67vw;
    max-height: initial;
    top: -19vw;
    right: 18.27vw;
    margin-left: auto;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    background-image: linear-gradient(to bottom, #857c6c 20%, #c1b6a7), linear-gradient(to left, #827a6a, #dfdbd0 50%, #fffdf4 70%, #fffdf4 70%, #dfdbd0, #c1b8a5), linear-gradient(to bottom, #c1b8a5 35%, #827969), linear-gradient(to right, #827969 15%, transparent 15%, transparent 92%, #c1b6a7 92%);
    background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
  }

  .waterTreasuresSlide .headerBox .headerBoxTitle {
    font-size: 8.5vw;
    font-size: 9.5vw;
  }

  .waterTreasuresSlide .headerBox .headerBoxLink {
    width: 71%;
    align-items: center;
    bottom: -7.5%;
  }

  .waterTreasuresSlide .headerBox .headerBoxLink p {
    display: block;
    font-size: 3.2vw;
    width: auto;
    max-width: 31vw;
    font-size: 4.2vw;
  }

  .waterTreasuresSlide .headerBox .headerBoxLink span {
    font-size: 3.8vw;
    padding: 2.5vw;
  }
}

@media (max-width: 480px) {
  .waterTreasuresSlide .headerBox {
    width: 71.73vw;
    height: 42.4vw;
    top: -21vw;
    background-size: 10px 100%, 100% 10px, 10px 100%, 100% 10px;
  }

  .waterTreasuresSlide .headerBox .headerBoxTitle {
    font-size: 9.4vw;
    font-size: 10.4vw;
  }

  .waterTreasuresSlide .headerBox .headerBoxLink {
    bottom: -9%;
  }

  .waterTreasuresSlide .headerBox .headerBoxLink p {
    font-size: 3.8vw;
    max-width: 37vw;
    font-size: 4.8vw;
  }

  .waterTreasuresSlide .headerBox .headerBoxLink span {
    font-size: 5vw;
  }
}

.waterTreasuresSlide .waterTreasuresGallery {
  width: 71.8vw;
  position: absolute;
  right: 40vw;
  top: 14.5vh;
  max-height: 100%;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide {
  opacity: 1 !important;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide>div {
  height: 100%;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide.slick-active .galleryItem .infoBox>* {
  opacity: 1;
  transform: none;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide.slick-active .galleryItem .infoBox>*:nth-child(1) {
  transition-delay: 0.3s;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide.slick-active .galleryItem .infoBox>*:nth-child(2) {
  transition-delay: 0.4s;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide.slick-active .galleryItem .infoBox>*:nth-child(3) {
  transition-delay: 0.5s;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide.slick-active .galleryItem .infoBox>*:nth-child(4) {
  transition-delay: 0.6s;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide.slick-active .galleryItem .infoBox>*:nth-child(5) {
  transition-delay: 0.7s;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide.slick-active .galleryItem .infoBox>*:nth-child(6) {
  transition-delay: 0.8s;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide.slick-active .galleryItem .infoBox>*:nth-child(7) {
  transition-delay: 0.9s;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide.slick-active .galleryItem .infoBox>*:nth-child(8) {
  transition-delay: 1s;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide.slick-active .galleryItem .infoBox>*:nth-child(9) {
  transition-delay: 1.1s;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide.slick-active .galleryItem .infoBox>*:nth-child(10) {
  transition-delay: 1.2s;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide.slick-active .galleryItem .infoBox>*:nth-child(11) {
  transition-delay: 1.3s;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide.slick-active .galleryItem .infoBox>*:nth-child(12) {
  transition-delay: 1.4s;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide.slick-active .galleryItem .infoBox>*:nth-child(13) {
  transition-delay: 1.5s;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide.slick-active .galleryItem .infoBox>*:nth-child(14) {
  transition-delay: 1.6s;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide.slick-active .galleryItem .infoBox>*:nth-child(15) {
  transition-delay: 1.7s;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide.slick-active .galleryItem img {
  transform: translateY(0) !important;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem {
  width: 100%;
  display: flex !important;
  align-items: flex-end;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .secondaryImage {
  width: 35.5%;
  height: 34vh;
  position: relative;
  left: -1px;
  overflow: hidden;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .secondaryImage img {
  transform: translateY(-100%);
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .primaryImage {
  width: 33%;
  height: 73vh;
  overflow: hidden;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .primaryImage img {
  transform: translateY(100%);
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all .6s ease;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox {
  width: 32%;
  height: 39vh;
  background-color: #342f73;
  bottom: 20vh;
  color: #fff;
  padding: 5vh 2% 5vh 4%;
  position: relative;
  right: -1px;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox>* {
  opacity: 0;
  transform: translateY(25px);
  transition: all .4s;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .infoDisc {
  font-size: 1.8rem;
  font-family: MarkaziText-Regular;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .infoTitle {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1.5vh;
  line-height: 0.9;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .readMore {
  font-size: 1.7rem;
  color: #fff !important;
  text-decoration: none;
  position: absolute;
  bottom: 6%;
  left: 8%;
}

.waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .readMore span {
  background: #fff;
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  padding: .7rem;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.6vw;
}

@media (max-width: 1900px) {
  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .infoTitle {
    font-size: 3.2rem;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .infoDisc {
    font-size: 1.5rem;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .readMore {
    font-size: 1.55rem;
  }
}

@media (max-width: 1600px) {
  .waterTreasuresSlide .waterTreasuresGallery {
    top: 11.5vh;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .infoTitle {
    font-size: 2.8rem;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .infoDisc {
    font-size: 1.4rem;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .readMore {
    font-size: 1.45rem;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .readMore span {
    font-size: 1rem;
    padding: .5rem;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .infoTitle {
    font-size: 2.5rem;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .infoDisc {
    font-size: 1.3rem;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .readMore {
    font-size: 1.35rem;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .readMore span {
    font-size: .8rem;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .waterTreasuresSlide .waterTreasuresGallery {
    top: 11vw;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .secondaryImage {
    height: 18.5vw;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .primaryImage {
    height: 40vw;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox {
    height: 22vw;
    bottom: 11vw;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .infoTitle {
    font-size: 2.1vw;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .infoDisc {
    font-size: 1.3rem;
    max-height: 45%;
  }
}

@media (max-width: 1024px) {
  .waterTreasuresSlide .waterTreasuresGallery {
    top: 16vh;
    right: 60vw;
    width: 85vw;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .primaryImage {
    width: 31.8%;
    height: 70vh;
    max-height: 52.5vw;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .secondaryImage {
    width: 32.64%;
    height: 34.5vh;
    max-height: 25.8vw;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox {
    width: 30.17vw;
    height: 42.5vh;
    max-height: 33vw;
    bottom: 9vw;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .infoTitle {
    font-size: 3vw;
    font-size: 4vw;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .infoDisc {
    font-size: 1.34vw;
    font-size: 2.34vw;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .readMore {
    font-size: 0;
    text-align: center;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .readMore span {
    font-size: 1.5vw;
    padding: 0.8vw;
    margin: 0;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .waterTreasuresSlide .waterTreasuresGallery {
    top: 21vw;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox {
    bottom: 10.5vw;
    padding-top: 6vw;
  }
}

@media (max-width: 825px) {
  .waterTreasuresSlide .waterTreasuresGallery {
    width: 60vw;
    height: 120vw;
    max-height: initial;
    top: 35vw;
    display: block;
    position: relative;
    right: 20%;
    margin-bottom: 62vw;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-list {
    overflow: visible !important;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide {
    width: 60vw;
    height: 120vw;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide>div {
    margin-left: 1px;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide:nth-child(even) .infoBox {
    background-color: #232162;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide:nth-child(odd) .infoBox {
    background-color: #342f73;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem {
    height: 120vw;
    position: relative;
    flex-direction: column;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .secondaryImage {
    display: none;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .primaryImage {
    width: 100%;
    height: 51%;
    max-height: initial;
    overflow: hidden;
    position: relative;
    top: 0;
    right: 0;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .primaryImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: none !important;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox {
    position: relative;
    width: 100%;
    height: 49.3%;
    max-height: initial;
    bottom: 0;
    color: #fff;
    padding: 5.78% 19.25% 14.2% 9.8%;
    margin-bottom: 0;
    right: auto;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox>* {
    opacity: 1 !important;
    transform: none !important;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .infoTitle {
    font-size: 4.5vw;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 2vw;
    font-size: 5.5vw;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .infoDisc {
    font-size: 2.9vw;
    font-family: MarkaziText-Regular;
    font-weight: 100;
    line-height: 1.3;
    max-height: 62%;
    /* -webkit-line-clamp: 7; */
    font-size: 3.9vw;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .readMore {
    font-size: 0;
    right: auto;
    transform: none;
    bottom: 5%;
    left: 5%;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .readMore span {
    background: #fff;
    color: #000;
    font-size: 3vw;
    border-radius: 50%;
    padding: 3vw;
  }
}

@media (max-width: 480px) {
  .waterTreasuresSlide .waterTreasuresGallery {
    width: 79.2vw;
    height: 157.6vw;
    top: 35vw;
    right: 11%;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide {
    width: 79.2vw;
    height: 157.6vw;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem {
    height: 157.6vw;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox {
    padding: 5.78% 19.25% 14.2% 9.8%;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .infoTitle {
    font-size: 6.5vw;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 3vw;
    font-size: 7.5vw;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .infoDisc {
    font-size: 3.8vw;
    font-family: MarkaziText-Regular;
    font-weight: 100;
    line-height: 1.3;
    font-size: 4.8vw;
  }

  .waterTreasuresSlide .waterTreasuresGallery .slick-slide .galleryItem .infoBox .readMore span {
    font-size: 4.5vw;
    padding: 3.5vw;
  }
}

.waterTreasuresSlide .galleryButtons {
  width: 13.2vw !important;
  height: 6.6vw !important;
  display: flex;
  position: absolute;
  top: 67.5vh;
  right: 120vw;
}

.waterTreasuresSlide .galleryButtons a:not(.slick-hidden) {
  width: 50%;
  height: 100%;
  border: none;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.waterTreasuresSlide .galleryButtons a:not(.slick-hidden) span {
  font-size: 2.6vw;
  transform: scaleX(-1);
}

.waterTreasuresSlide .galleryButtons a:not(.slick-hidden):focus,
.waterTreasuresSlide .galleryButtons a:not(.slick-hidden):active {
  outline: none;
}

.waterTreasuresSlide .galleryButtons a:not(.slick-hidden).nextArrow {
  background-color: #131550;
}

.waterTreasuresSlide .galleryButtons a:not(.slick-hidden).nextArrow span {
  color: #998d7d;
}

.waterTreasuresSlide .galleryButtons a:not(.slick-hidden).prevArrow {
  background-color: #b7afc9;
}

.waterTreasuresSlide .galleryButtons a:not(.slick-hidden).prevArrow span {
  color: #7a788a;
}

@media (max-width: 1600px) {
  .waterTreasuresSlide .galleryButtons {
    top: 64.5vh;
    width: 12vw !important;
    height: 6vw !important;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .waterTreasuresSlide .galleryButtons {
    width: 13vw !important;
    height: 6.5vw !important;
    top: 39.9vw;
  }
}

@media (max-width: 1024px) {
  .waterTreasuresSlide .galleryButtons {
    width: 18.6rem !important;
    height: 9.3rem !important;
    top: auto;
    bottom: 13.9vh;
    right: 140vw;
  }

  .waterTreasuresSlide .galleryButtons a span {
    font-size: 4vw;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .waterTreasuresSlide .galleryButtons {
    width: 21vw !important;
    height: 10.5vw !important;
    bottom: auto;
    top: 63vw;
  }
}

@media (max-width: 825px) {
  .waterTreasuresSlide .galleryButtons {
    display: none;
  }
}

/* *************************************** */
/* *************************************** */
.waterTreasuresSlide.animate .headerBox {
  animation: headeBoxAnimationOnScroll 4s forwards;
}

.waterTreasuresSlide.animate .backgroundObjLeft {
  right: 7.8vw !important;
  transition: right 3s ease-out 1s;
}

@media (max-width: 1024px) {
  .waterTreasuresSlide.animate .backgroundObjLeft {
    right: 11.5vw !important;
    transition: right 2.5s ease-out 0.5s;
  }
}

.waterTreasuresSlide.animate .backgroundObjectTop {
  left: 0 !important;
  transition: left 2.5s ease-out 1s;
}

@media (max-width: 1024px) {
  .waterTreasuresSlide.animate .backgroundObjectTop {
    left: -5vw !important;
    transition: left 2.5s ease-out 0.5s;
  }
}

.waterTreasuresSlide.animate .backgroundObjectBottom {
  left: -2.8vw !important;
  transition: left 2.5s ease-out 1.5s;
}

.waterTreasuresSlide.animate .waterTreasuresGallery {
  right: 10vw !important;
  transition: right 2s ease-out 0.5s;
}

@media (max-width: 1024px) {
  .waterTreasuresSlide.animate .waterTreasuresGallery {
    right: 9.08vw !important;
    transition: right 2s ease-out 0.5s;
  }
}

.waterTreasuresSlide.animate .galleryButtons {
  right: 58.9vw !important;
  transition: right 2.5s ease-out 0.7s;
}

@media (max-width: 1024px) {
  .waterTreasuresSlide.animate .galleryButtons {
    right: 63.9vw !important;
    transition: right 2s ease-out 0.5s;
  }
}

.waterTreasuresSlide.animateFast .headerBox {
  animation: headeBoxAnimationOnScroll 3s forwards;
}

.waterTreasuresSlide.animateFast .backgroundObjLeft {
  right: 7.8vw !important;
  transition: right 1.5s ease-out 0s;
}

@media (max-width: 1024px) {
  .waterTreasuresSlide.animateFast .backgroundObjLeft {
    right: 11.5vw !important;
    transition: right 2.5s ease-out 0s;
  }
}

.waterTreasuresSlide.animateFast .backgroundObjectTop {
  left: 0 !important;
  transition: left 1.5s ease-out 0s;
}

@media (max-width: 1024px) {
  .waterTreasuresSlide.animateFast .backgroundObjectTop {
    left: -5vw !important;
    transition: left 1.2s ease-out 0s;
  }
}

.waterTreasuresSlide.animateFast .backgroundObjectBottom {
  left: -2.8vw !important;
  transition: left 1.5s ease-out 0s;
}

.waterTreasuresSlide.animateFast .waterTreasuresGallery {
  right: 10vw !important;
  transition: right 1.5s ease-out 0s;
}

@media (max-width: 1024px) {
  .waterTreasuresSlide.animateFast .waterTreasuresGallery {
    right: 9.08vw !important;
    transition: right 1.6s ease-out 0s;
  }
}

.waterTreasuresSlide.animateFast .galleryButtons {
  right: 58.9vw !important;
  transition: right 1.5s ease-out 0s;
}

@media (max-width: 1024px) {
  .waterTreasuresSlide.animateFast .galleryButtons {
    right: 63.9vw !important;
    transition: right 1.2s ease-out 0s;
  }
}

/* ************************************************************ */
/* ******************* E-shop Slide Styles ******************** */
/* ************************************************************ */
.eShopSlide {
  /*background-image: url('/Style Library/images/eshopMainBg.jpg');
    background-size:cover; //Youmna: please review*/
  background-image: url(../../images/eShopSlideBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.eShopSlide .navigationBtns .swiperNextBtn span {
  font-size: 1.5vw;
}

.eShopSlide .headerBox {
  position: absolute;
  width: 17vw;
  height: 36.4vh;
  top: 14.5vh;
  right: 10vw;
  z-index: 30;
  background-image: -webkit-gradient(linear, right bottom, right top, from(#b0b0b2), to(#b0b0b2)), -webkit-gradient(linear, left, from(#b2b2b4), color-stop(20%, #b2b2b4), color-stop(75%, #eaebed), color-stop(90%, #acacae)), -webkit-gradient(linear, right top, right bottom, color-stop(10%, #a5a5a7), color-stop(10%, transparent), color-stop(90%, transparent), color-stop(10%, #a7a7a9)), -webkit-gradient(linear, left, color-stop(10%, #b6b6b8), color-stop(70%, #ded9cd), color-stop(90%, #bababc), color-stop(80%, #a7a7a9));
  background-image: -webkit-linear-gradient(bottom, #b0b0b2, #b0b0b2), -webkit-linear-gradient(left, #b2b2b4, #b2b2b4 20%, #eaebed 75%, #acacae 90%), -webkit-linear-gradient(top, #a5a5a7 10%, transparent 10%, transparent 90%, #a7a7a9 10%), -webkit-linear-gradient(left, #b6b6b8 10%, #ded9cd 70%, #bababc 90%, #a7a7a9 80%);
  background-image: -o-linear-gradient(bottom, #b0b0b2, #b0b0b2), -o-linear-gradient(left, #b2b2b4, #b2b2b4 20%, #eaebed 75%, #acacae 90%), -o-linear-gradient(top, #a5a5a7 10%, transparent 10%, transparent 90%, #a7a7a9 10%), -o-linear-gradient(left, #b6b6b8 10%, #ded9cd 70%, #bababc 90%, #a7a7a9 80%);
  background-image: linear-gradient(to top, #b0b0b2, #b0b0b2), linear-gradient(to left, #b2b2b4, #b2b2b4 20%, #eaebed 75%, #acacae 90%), linear-gradient(to bottom, #a5a5a7 10%, #a7a7a9 10%), linear-gradient(to left, #b6b6b8 10%, #ded9cd 10%, #bababc 10%, #a7a7a9 40%);
  background-position: bottom right, top right, top left, bottom left;
  background-size: 18px 100%, 100% 18px, 18px 100%, 100% 18px;
  background-repeat: no-repeat;
}

.eShopSlide .headerBox .headerBoxTitle {
  position: absolute;
  width: 0;
  top: 16.8%;
  right: 20%;
  color: #131550;
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1.1;
  transition: color .3s;
}

.eShopSlide .headerBox .headerBoxLink {
  right: 20%;
  width: 74%;
  top: 74.7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  text-decoration: none;
  transition: color .3s, transform .5s;
}

.eShopSlide .headerBox .headerBoxLink p {
  color: #131550 !important;
  font-size: 2.8rem;
  /*width: 18rem;*/
  font-weight: 700;
  margin-bottom: 0;
}

.eShopSlide .headerBox .headerBoxLink span {
  color: #131550;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 1.2rem;
  font-size: 1.7rem;
  margin-right: 2rem;
  transform: scaleX(-1);
}

@media (max-width: 1900px) {
  .eShopSlide .headerBox {
    background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
  }

  .eShopSlide .headerBox .headerBoxTitle {
    font-size: 6rem;
  }

  .eShopSlide .headerBox .headerBoxLink p {
    font-size: 2.2rem;
  }
}

@media (max-width: 1600px) {
  .eShopSlide .headerBox {
    background-size: 14px 100%, 100% 14px, 14px 100%, 100% 14px;
  }

  .eShopSlide .headerBox .headerBoxTitle {
    font-size: 5rem;
  }

  .eShopSlide .headerBox .headerBoxLink p {
    font-size: 1.8rem;
  }

  .eShopSlide .headerBox .headerBoxLink span {
    padding: .8rem;
    font-size: 1.2rem;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .eShopSlide .headerBox {
    background-size: 12px 100%, 100% 12px, 12px 100%, 100% 12px;
  }

  .eShopSlide .headerBox .headerBoxTitle {
    font-size: 4.2rem;
  }

  .eShopSlide .headerBox .headerBoxLink p {
    font-size: 1.6rem;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .eShopSlide .headerBox {
    height: 19vw;
    top: 11vw;
  }

  .eShopSlide .headerBox .headerBoxTitle {
    font-size: 4.2rem;
  }

  .eShopSlide .headerBox .headerBoxLink p {
    font-size: 1.4vw;
  }
}

@media (max-width: 1024px) {
  .eShopSlide .headerBox {
    width: 21vw;
    height: 29vh;
    max-height: 19.5vw;
    top: 16vh;
    background-size: 11px 100%, 100% 11px, 11px 100%, 100% 11px;
  }

  .eShopSlide .headerBox .headerBoxTitle {
    font-size: 3.5vw;
  }

  .eShopSlide .headerBox .headerBoxLink {
    top: 63%;
  }

  .eShopSlide .headerBox .headerBoxLink p {
    display: none;
  }

  .eShopSlide .headerBox .headerBoxLink span {
    margin-right: 0;
    font-size: 1.5vw;
    padding: 1vw;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .eShopSlide .headerBox {
    top: 21vw;
  }
}

@media (max-width: 825px) {
  .eShopSlide .headerBox {
    position: relative;
    width: 57vw;
    height: 37.5vw;
    max-height: initial;
    top: -8vw;
    right: auto;
    margin: 0 auto;
    margin-bottom: 3vw;
    background-image: linear-gradient(to bottom, #cecfd1 20%, #d3d4d6), linear-gradient(to left, #cecfd1, #ccccce 55%, #fffdf4 67%, #fffdf4 72%, #949597), linear-gradient(to bottom, #949597, #949597), linear-gradient(to right, #949597, #e8e9eb 16%, transparent 16%, transparent 92%, #d3d4d6 92%);
    background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
  }

  .eShopSlide .headerBox .headerBoxTitle {
    width: 45vw;
    right: 10%;
    top: 25%;
    font-size: 8.5vw;
    color: #fff !important;
  }

  .eShopSlide .headerBox .headerBoxLink {
    width: 70%;
    bottom: -2%;
    right: 10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .eShopSlide .headerBox .headerBoxLink p {
    display: block;
    font-size: 3.2vw;
    width: auto;
    max-width: 33vw;
    color: #fff !important;
  }

  .eShopSlide .headerBox .headerBoxLink span {
    font-size: 3.8vw;
    padding: 2.5vw;
  }
}

@media (max-width: 480px) {
  .eShopSlide .headerBox {
    width: 81.06vw;
    background-size: 10px 100%, 100% 10px, 10px 100%, 100% 10px;
  }

  .eShopSlide .headerBox .headerBoxTitle {
    width: 65vw;
    font-size: 9.4vw;
    top: 24%;
    right: 10%;
  }

  .eShopSlide .headerBox .headerBoxLink p {
    font-size: 3.8vw;
    max-width: 39vw;
  }

  .eShopSlide .headerBox .headerBoxLink span {
    font-size: 5vw;
  }
}

.eShopSlide .shopItemsCont {
  position: absolute;
  width: 54vw;
  height: 26vh;
  top: 14.5vh;
  right: 60.3vw;
  background-color: rgba(182, 185, 192, 0.2);
}

.eShopSlide .shopItemsCont .shopitemMainTitleCont {
  position: relative;
  color: #fff;
  width: 100%;
  z-index: 10;
}

.eShopSlide .shopItemsCont .shopitemMainTitleCont .shopitemMainTitle {
  font-size: 4.3rem;
  font-weight: 700;
  margin-right: 1.4vw;
  padding-top: 2.7vh;
  width: 0;
}

.eShopSlide .shopItemsCont .shopitemMainTitleCont a {
  color: #fff !important;
  font-size: 1.8rem;
  margin-top: 3vh;
  margin-right: 1.4vw;
  width: 9vw;
  display: block;
}

.eShopSlide .shopItemsCont .shopitemMainTitleCont a span {
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  color: #131550;
  padding: .7rem;
  margin-right: 1rem;
}

.eShopSlide .shopItemsCont .galleryButtons {
  position: absolute;
  width: 10.4vw !important;
  height: 5.2vw !important;
  top: 25.9vh;
  right: 20vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.eShopSlide .shopItemsCont .galleryButtons a {
  position: relative;
  width: 50%;
  height: 100%;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.eShopSlide .shopItemsCont .galleryButtons a.prevFeaturedItemsArrow {
  background-color: #b7afc9;
}

.eShopSlide .shopItemsCont .galleryButtons a.prevFeaturedItemsArrow span {
  color: #998d7d;
}

.eShopSlide .shopItemsCont .galleryButtons a.nextFeaturedItemsArrow {
  background-color: #131550;
}

.eShopSlide .shopItemsCont .galleryButtons a.nextFeaturedItemsArrow span {
  color: #7a788a;
}

.eShopSlide .shopItemsCont .galleryButtons a span {
  font-size: 2.5vw;
  transform: scaleX(-1);
}

@media (max-width: 1900px) {
  .eShopSlide .shopItemsCont {
    height: 30vh;
  }

  .eShopSlide .shopItemsCont .shopitemMainTitleCont .shopitemMainTitle {
    font-size: 3.2rem;
  }

  .eShopSlide .shopItemsCont .shopitemMainTitleCont a {
    font-size: 1.5rem;
    margin-top: 3vh;
  }

  .eShopSlide .shopItemsCont .featuredItemsGallery {
    right: 11vw;
    width: 85.5%;
    height: 135%;
  }

  .eShopSlide .shopItemsCont .galleryButtons {
    width: 9.6vw !important;
    height: 4.8vw !important;
    top: 30vh;
    right: 1.7vw;
  }

  .eShopSlide .shopItemsCont .galleryButtons a span {
    font-size: 2vw;
  }
}

@media (max-width: 1600px) {
  .eShopSlide .shopItemsCont .shopitemMainTitleCont .shopitemMainTitle {
    font-size: 2.3rem;
  }

  .eShopSlide .shopItemsCont .shopitemMainTitleCont a {
    font-size: 1.3rem;
  }

  .eShopSlide .shopItemsCont .galleryButtons {
    width: 9vw !important;
    height: 4.5vw !important;
    right: 2.3vw;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .eShopSlide .shopItemsCont {
    top: 11vw;
    height: 17vw;
  }

  .eShopSlide .shopItemsCont .galleryButtons {
    top: 14vw;
  }
}

@media (max-width: 1024px) {
  .eShopSlide .shopItemsCont {
    top: 16vh;
    width: 61vw;
    max-height: 19.5vw;
  }

  .eShopSlide .shopItemsCont .shopitemMainTitleCont .shopitemMainTitle {
    font-size: 2vw;
  }

  .eShopSlide .shopItemsCont .shopitemMainTitleCont a {
    font-size: 0;
    margin-top: 7.5vh;
  }

  .eShopSlide .shopItemsCont .shopitemMainTitleCont a span {
    font-size: 2vw;
    margin-right: 0;
  }

  .eShopSlide .shopItemsCont .featuredItemsGallery {
    width: 88.5%;
    height: 140%;
    top: 2.5vh;
  }

  .eShopSlide .shopItemsCont .galleryButtons {
    width: 11.4vw !important;
    height: 5.7vw !important;
    right: 0 !important;
    top: 26vh;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .eShopSlide .shopItemsCont .shopitemMainTitleCont .shopitemMainTitle {
    padding-top: 2vw;
    width: auto;
  }

  .eShopSlide .shopItemsCont .shopitemMainTitleCont a {
    margin-top: 5.5vw;
  }

  .eShopSlide .shopItemsCont .featuredItemsGallery {
    top: 1.75vw;
  }

  .eShopSlide .shopItemsCont .galleryButtons {
    top: 19.5vw;
  }
}

@media (max-width: 825px) {
  .eShopSlide .shopItemsCont {
    position: relative;
    width: 90vw;
    right: auto;
    left: auto;
    top: auto;
    margin: 0 auto;
    height: auto;
    max-height: none;
    margin-bottom: 8vw;
    padding-bottom: 5vw;
    overflow: hidden;
  }

  .eShopSlide .shopItemsCont .shopitemMainTitleCont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4vw 5vw;
  }

  .eShopSlide .shopItemsCont .shopitemMainTitleCont .shopitemMainTitle {
    position: relative;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 4vw;
  }

  .eShopSlide .shopItemsCont .shopitemMainTitleCont a {
    margin: 0;
    width: auto;
  }

  .eShopSlide .shopItemsCont .shopitemMainTitleCont a span {
    font-size: 3vw;
  }

  .eShopSlide .shopItemsCont .featuredItemsGallery {
    position: relative;
    top: auto;
    height: auto;
    width: 80vw;
    right: 5%;
  }

  .eShopSlide .shopItemsCont .featuredItemsGallery .slick-list {
    overflow: visible !important;
  }

  .eShopSlide .shopItemsCont .featuredItemsGallery .slick-list .slick-track .slick-slide {
    width: initial;
    height: auto;
    max-height: initial;
  }

  .eShopSlide .shopItemsCont .galleryButtons {
    display: none;
  }
}

@media (max-width: 480px) {
  .eShopSlide .shopItemsCont {
    padding-bottom: 8vw;
  }

  .eShopSlide .shopItemsCont .shopitemMainTitleCont {
    padding: 8vw 6vw;
  }

  .eShopSlide .shopItemsCont .shopitemMainTitleCont .shopitemMainTitle {
    font-size: 6vw;
  }

  .eShopSlide .shopItemsCont .shopitemMainTitleCont a span {
    font-size: 4vw;
  }
}

.eShopSlide .featuredItemsGallery {
  position: absolute;
  top: 3.2vh;
  right: 35vw;
  width: 78.5%;
  height: 140%;
  z-index: 20;
}

.eShopSlide .featuredItemsGallery .slick-list {
  height: 100%;
}

.eShopSlide .featuredItemsGallery .slick-list .slick-track {
  height: 100%;
}

.eShopSlide .featuredItemsGallery .slick-list .slick-track .slick-slide {
  height: 100%;
  margin: 0 5px;
}

.eShopSlide .featuredItemsGallery .slick-list .slick-track .slick-slide>div {
  height: 100%;
}

@media (max-width: 1900px) {
  .eShopSlide .featuredItemsGallery {
    right: 11vw;
    width: 85.5%;
    height: 135%;
  }
}

@media (max-width: 1024px) {
  .eShopSlide .featuredItemsGallery {
    width: 88.5%;
    height: 120%;
    top: 2.5vh;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .eShopSlide .featuredItemsGallery {
    top: 1.75vw;
  }
}

@media (max-width: 825px) {
  .eShopSlide .featuredItemsGallery {
    position: relative;
    top: auto;
    height: auto;
    width: 80vw;
    right: 5%;
  }

  .eShopSlide .featuredItemsGallery .slick-list {
    overflow: visible !important;
  }

  .eShopSlide .featuredItemsGallery .slick-list .slick-track .slick-slide {
    width: initial;
    height: auto;
    max-height: initial;
  }
}

.eShopSlide .item-card {
  height: 100%;
  padding: 0.7rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.eShopSlide .item-card:hover .ctaCardLayer {
  opacity: 1;
}

.eShopSlide .item-card .imageCont {
  border: solid #a09383 1px;
  width: 100%;
  height: 0;
  flex-grow: 1;
  background-size: contain;
  background-color: #fff;
  position: relative;
}

.eShopSlide .item-card .imageCont img {
  display: block;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}

.eShopSlide .item-card .imageCont .img-sale {
  width: 50px;
  position: absolute;
  margin: 5px;
  top: 0;
}

.eShopSlide .item-card .itemTitle {
  margin: 1vh;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.eShopSlide .item-card .itemTitle a {
  color: #000 !important;
}

.eShopSlide .item-card .rating {
  display: flex;
  align-items: center;
  margin-right: 1vh;
}

.eShopSlide .item-card .rating .replicas {
  background: #e6e0d9;
  padding: 2px 8px;
  font-size: 0.75em;
  color: #000;
  font-family: MarkaziText-Regular;
  margin-left: 6px;
}

.eShopSlide .item-card .rating .number {
  margin-right: 10px;
  color: #000;
  font-size: 0.875em;
  font-family: MarkaziText-Regular;
}

.eShopSlide .item-card .rating .stars-container {
  font-size: 1.25em;
  position: relative;
}

.eShopSlide .item-card .rating .stars-container:after {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  content: '★★★★★';
  color: gold;
  overflow: hidden;
  height: 100%;
}

.eShopSlide .item-card .oldPrice {
  margin: 1vh;
  text-decoration: line-through;
  font-family: MarkaziText-Regular;
  color: rgba(43, 76, 166, 0.502) !important;
  visibility: hidden;
}

.eShopSlide .item-card .priceCont {
  display: flex;
  align-items: baseline;
  font-family: MarkaziText-Regular;
}

.eShopSlide .item-card .priceCont .itemPrice {
  margin: 1vh;
  font-size: 3rem;
  color: #2b4da6;
  line-height: 0px;
  font-weight: 700;
}

.eShopSlide .item-card .priceCont .currency {
  font-size: 15px;
  line-height: 20px;
  color: #2b4da6;
  text-transform: uppercase;
  font-weight: 700;
}

.eShopSlide .item-card .addToCartBtn {
  width: 100%;
  margin-top: 5px;
  background-color: #131550;
  color: #fff;
  transition: all .3s;
}

.eShopSlide .item-card .addToCartBtn.active {
  background-color: #fff;
  color: #131550;
}

.eShopSlide .item-card .addToCartBtn.active:after {
  color: #131550;
}

.eShopSlide .item-card .addToCartBtn .iconCont:before {
  color: #fff;
  transition: color .3s;
}

@media (max-width: 1900px) {
  .eShopSlide .item-card .imageCont {
    /*height: 40%;*/
  }

  .eShopSlide .item-card .rating {
    /*margin-right: 1rem;*/
  }

  .eShopSlide .item-card .rating .stars-container {
    width: 83px;
    font-size: 15px;
  }
}

@media (max-width: 1600px) {
  .eShopSlide .item-card .itemTitle {
    /*margin: 1rem;*/
  }

  .eShopSlide .item-card .itemTitle h2 {
    font-size: 1.7rem;
  }

  .eShopSlide .item-card .rating {
    /*margin-right: 1rem;*/
  }

  .eShopSlide .item-card .rating .number {
    margin: 0 0;
  }

  .eShopSlide .item-card .rating .stars-container {
    width: 64px;
    font-size: 11px;
  }

  .eShopSlide .item-card .oldPrice {
    /*margin: .6rem 1.2rem 0;*/
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .eShopSlide .item-card .itemTitle h2 {
    font-size: 1.5rem;
  }

  .eShopSlide .item-card .priceCont .itemPrice {
    font-size: 2.5rem;
  }
}

@media (max-width: 1024px) {
  .eShopSlide .item-card .itemTitle {
    /*margin: 1rem .5rem;*/
  }

  .eShopSlide .item-card .rating {
    /*margin-right: .5rem;*/
  }

  .eShopSlide .item-card .oldPrice {
    /*margin: .6rem .5rem 0;*/
  }

  .eShopSlide .item-card .priceCont .itemPrice {
    /*margin: 1.5rem 0.3rem;*/
  }
}

@media (max-width: 825px) {
  .eShopSlide .item-card .imageCont {
    height: 150px;
  }
}

@media (max-width: 480px) {
  .eShopSlide .item-card .imageCont {
    height: 120px;
  }
}

.eShopSlide .bestSellersCont {
  background-color: rgba(195, 181, 162, 0.2);
  right: 80.2vw !important;
  position: absolute;
  width: 52.4vw;
  height: 21vh;
  top: 65.9vh;
}

.eShopSlide .bestSellersCont .bestSellersTitle {
  position: absolute;
  width: 18%;
  top: 10%;
  left: 0%;
  color: #fff;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  width: 11%;
}

.eShopSlide .bestSellersCont .bestSellersGallery {
  width: 84%;
  height: 140%;
  position: absolute;
  top: auto;
  bottom: 5%;
  right: 80%;
  /*display: flex;*/
}

.eShopSlide .bestSellersCont .bestSellersGallery .item-card {
  /*max-width: 33%;
                margin: 0 5px;*/
}

.eShopSlide .bestSellersCont .bestSellersGallery .item-card .addToCartBtn {
  width: auto;
  background-color: #fff;
  color: #232731;
  margin-top: 2vh;
  border: none;
}

.eShopSlide .bestSellersCont .bestSellersGallery .item-card .addToCartBtn.active:after {
  color: #232731;
}

.eShopSlide .bestSellersCont .bestSellersGallery .item-card .addToCartBtn .iconCont:before {
  color: #232731;
}

@media (max-width: 1900px) {
  .eShopSlide .bestSellersCont {
    height: 19vh;
    top: 69.5vh;
  }

  .eShopSlide .bestSellersCont .bestSellersTitle {
    /*width: 16%;*/
    font-size: 3.5rem;
  }

  .eShopSlide .bestSellersCont .bestSellersGallery {
    height: 146%;
  }

  .eShopSlide .bestSellersCont .bestSellersGallery .item-card .imageCont {
    height: 55%;
  }
}

@media (max-width: 1600px) {
  .eShopSlide .bestSellersCont .bestSellersTitle {
    /*width: 17%;*/
    font-size: 2.6rem;
  }

  .eShopSlide .bestSellersCont .bestSellersGallery .item-card .imageCont {
    height: 50%;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .eShopSlide .bestSellersCont {
    top: 44vw;
    height: 11vw;
  }
}

@media (max-width: 1024px) {
  .eShopSlide .bestSellersCont {
    width: 62vw;
    max-height: 13.8vw;
  }

  .eShopSlide .bestSellersCont .bestSellersTitle {
    font-size: 2vw;
    width: 14%;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .eShopSlide .bestSellersCont {
    top: 60vw;
  }
}

@media (max-width: 825px) {
  .eShopSlide .bestSellersCont {
    position: relative;
    top: auto;
    max-height: none;
    right: auto !important;
    width: 90vw;
    height: auto;
    margin: 0 auto;
    margin-bottom: 8vw;
    padding: 4vw 5vw;
    overflow: hidden;
  }

  .eShopSlide .bestSellersCont .bestSellersTitle {
    position: relative;
    width: auto;
    font-size: 4vw;
  }

  .eShopSlide .bestSellersCont .bestSellersGallery {
    position: relative;
    right: auto;
    width: 60vw;
    height: auto;
    margin-top: 4vw;
  }

  .eShopSlide .bestSellersCont .bestSellersGallery .slick-list {
    width: 100% !important;
    height: 100%;
    overflow: visible !important;
  }

  .eShopSlide .bestSellersCont .bestSellersGallery .slick-track {
    height: 100%;
  }

  .eShopSlide .bestSellersCont .bestSellersGallery .slick-slide {
    height: 100%;
    margin: 0 5px;
  }

  .eShopSlide .bestSellersCont .bestSellersGallery .slick-slide>div {
    height: 100%;
  }

  .eShopSlide .bestSellersCont .bestSellersGallery .item-card {
    max-width: none;
    margin: 0;
  }

  .eShopSlide .bestSellersCont .bestSellersGallery .item-card .imageCont {
    height: 150px;
  }
}

@media (max-width: 480px) {
  .eShopSlide .bestSellersCont {
    padding: 8vw 6vw;
  }

  .eShopSlide .bestSellersCont .bestSellersTitle {
    font-size: 6vw;
  }

  .eShopSlide .bestSellersCont .bestSellersGallery {
    margin-top: 8vw;
    width: 65vw;
  }

  .eShopSlide .bestSellersCont .bestSellersGallery .item-card .imageCont {
    height: 120px;
  }
}

.eShopSlide .ctaCardLayer {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 39, 49, 0.8);
  text-align: center;
  padding: 2vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .7s;
}

.eShopSlide .ctaCardLayer .priceCont {
  justify-content: center;
}

.eShopSlide .ctaCardLayer .priceCont .itemPrice,
.eShopSlide .ctaCardLayer .priceCont .currency {
  color: #fff;
}

@media (max-width: 1024px) {
  .eShopSlide .ctaCardLayer {
    padding: 1vw;
  }

  .eShopSlide .ctaCardLayer .addToCartBtn {
    /*padding: .5vw 1vw;*/
    margin-top: 1vw;
  }
}

@media (max-width: 825px) {
  .eShopSlide .ctaCardLayer {
    padding-top: 2vw;
  }

  .eShopSlide .ctaCardLayer .addToCartBtn {
    margin-top: 3vw;
  }
}

@media (max-width: 480px) {
  .eShopSlide .ctaCardLayer {
    padding-top: 7vw;
  }
}

.eShopSlide .addToCartBtn {
  background-color: #fff;
  color: #232731;
  border: 1px solid #131550;
  padding: .9rem 2rem;
  margin: 0 auto;
  margin-top: 2vh;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.eShopSlide .addToCartBtn span {
  opacity: 1;
  transition: opacity .3s;
  pointer-events: none;
}

.eShopSlide .addToCartBtn.active span {
  opacity: 0;
}

.eShopSlide .addToCartBtn.active:after {
  content: '✔';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
}

.eShopSlide .addToCartBtn .iconCont {
  border-right: 1px solid #c2c2c4;
  padding: 6px;
  padding-left: 0;
  margin-right: 1rem;
  display: inline-block;
}

.eShopSlide .addToCartBtn .iconCont:before {
  color: #232731;
  font-size: 2rem;
}

@media (max-width: 1600px) {
  .eShopSlide .addToCartBtn {
    padding: 1vh 2vh;
  }

  .eShopSlide .addToCartBtn .txtCont {
    font-size: 1.5rem;
  }

  .eShopSlide .addToCartBtn .iconCont {
    padding: 3px;
  }
}

@media (max-width: 1024px) {
  .eShopSlide .addToCartBtn {
    padding: .5vw 1vw;
    margin-top: 1vw;
  }

  .eShopSlide .addToCartBtn .txtCont {
    font-size: 1.4vw;
  }
}

@media (max-width: 825px) {
  .eShopSlide .addToCartBtn {
    padding: 1.5vw 2vw;
    margin-top: 3vw;
  }

  .eShopSlide .addToCartBtn .txtCont {
    font-size: 2.4vw;
    font-size: 2.4vw;
  }
}

@media (max-width: 480px) {
  .eShopSlide .addToCartBtn {
    padding: 2.5vw 5vw;
  }

  .eShopSlide .addToCartBtn .txtCont {
    font-size: 5.4vw;
  }
}

.eShopSlide .searchCont {
  position: absolute;
  top: 60vh;
  right: 30vw;
  width: 17vw;
}

.eShopSlide .searchCont .searchContTitle {
  color: #fff;
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 3vh;
}

.eShopSlide .searchCont .searchInputCont {
  display: block;
  background: transparent;
  border: navajowhite;
  width: 100%;
  padding-bottom: 1vh;
  border-bottom: 1px solid #b6b9c0;
  margin-bottom: 3vh;
  font-family: MarkaziText-Regular;
}

.eShopSlide .searchCont .searchInputCont input {
  width: 100%;
  border: none;
  color: #b6b9c0;
  background: transparent;
  font-size: 1.7rem;
}

.eShopSlide .searchCont .searchInputCont input::-webkit-input-placeholder {
  color: #b6b9c0;
}

.eShopSlide .searchCont .searchInputCont input:-ms-input-placeholder {
  color: #b6b9c0;
}

.eShopSlide .searchCont .searchInputCont input::placeholder {
  color: #b6b9c0;
}

.eShopSlide .searchCont .selectInputCont {
  position: relative;
  margin-bottom: 3vh;
  font-family: MarkaziText-Regular;
}

.eShopSlide .searchCont .selectInputCont select {
  width: 100%;
  position: relative;
  z-index: 1;
  border: none;
  border-bottom: 1px solid #b6b9c0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #b6b9c0;
  background: transparent;
  padding-bottom: 1vh;
  outline: none;
  font-size: 1.7rem;
}

.eShopSlide .searchCont .selectInputCont select::-ms-expand {
  display: none;
}

.eShopSlide .searchCont .selectInputCont select option {
  color: #131550;
}

.eShopSlide .searchCont .selectInputCont:after {
  position: absolute;
  top: 0;
  left: 0;
  color: #b6b9c0;
  content: "\e909";
  display: inline-block;
  font-size: 2rem;
  font-family: PortalAndsubPortalIcons;
  z-index: 0;
}

.eShopSlide .searchCont .searchBtn {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 1rem 3rem;
  cursor: pointer;
  color: #232731 !important;
  background-color: #fff;
}

@media (max-width: 1600px) {
  .eShopSlide .searchCont {
    top: 57vh;
  }

  .eShopSlide .searchCont .searchContTitle {
    font-size: 2.6rem;
    margin-bottom: 2vh;
  }

  .eShopSlide .searchCont .searchBtn {
    font-size: 1.5rem;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .eShopSlide .searchCont {
    top: 40vw;
  }
}

@media (max-width: 1024px) {
  .eShopSlide .searchCont .searchContTitle {
    font-size: 2vw;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .eShopSlide .searchCont {
    top: 54vw;
  }
}

@media (max-width: 825px) {
  .eShopSlide .searchCont {
    position: relative;
    top: auto;
    right: auto;
    width: 90vw;
    margin: 0 auto;
    margin-bottom: 8vw;
  }

  .eShopSlide .searchCont .searchContTitle {
    font-size: 4vw;
  }

  .eShopSlide .searchCont .searchContTitle,
  .eShopSlide .searchCont .searchInputCont,
  .eShopSlide .searchCont .selectInputCont {
    margin-bottom: 3vw;
  }
}

@media (max-width: 480px) {
  .eShopSlide .searchCont .searchContTitle {
    font-size: 6vw;
  }

  .eShopSlide .searchCont .searchContTitle,
  .eShopSlide .searchCont .searchInputCont,
  .eShopSlide .searchCont .selectInputCont {
    margin-bottom: 5vw;
  }
}

.eShopSlide.animate .headerBox {
  -webkit-animation: headeBoxAnimationOnScroll 4s forwards;
  animation: headeBoxAnimationOnScroll 4s forwards;
  /*.headerBoxTitle, .headerBoxLink p {
            color: $primaryColor !important;
        }*/
}

@media (max-width: 1024px) {
  .eShopSlide.animate .headerBox {
    right: 9.08vw;
  }
}

.eShopSlide.animate .headerBox .headerBoxTitle,
.eShopSlide.animate .headerBox .headerBoxLink p {
  color: #fff !important;
}

.eShopSlide.animate .shopItemsCont {
  right: 31.3vw !important;
  transition: right 2s ease-out 0s;
}

.eShopSlide.animate .shopItemsCont .featuredItemsGallery {
  right: 13vw !important;
  transition: right 2.5s ease-out 1s;
}

.eShopSlide.animate .shopItemsCont .galleryButtons {
  right: 2.7vw !important;
  transition: right 2s ease-out 0.8s;
}

@media (max-width: 1900px) {
  .eShopSlide.animate .shopItemsCont .featuredItemsGallery {
    right: 9.6vw !important;
    transition: right 2.5s ease-out 1s;
  }

  .eShopSlide.animate .shopItemsCont .galleryButtons {
    right: 0vw !important;
    transition: right 2s ease-out 0.8s;
  }
}

@media (max-width: 1600px) {
  .eShopSlide.animate .shopItemsCont .featuredItemsGallery {
    right: 9vw !important;
    transition: right 2.5s ease-out 1s;
  }
}

@media (max-width: 1024px) {
  .eShopSlide.animate .shopItemsCont .featuredItemsGallery {
    right: 11vw !important;
    transition: right 2.5s ease-out 1s;
  }

  .eShopSlide.animate .shopItemsCont .galleryButtons {
    right: 0vw !important;
    transition: right 2s ease-out 0.8s;
  }
}

.eShopSlide.animate .searchCont {
  right: 10vw !important;
  transition: right 2s ease-out 0s;
}

.eShopSlide.animate .bestSellersCont {
  right: 34.2vw !important;
  transition: right 2.5s ease-out 0s;
}

.eShopSlide.animate .bestSellersCont .bestSellersGallery {
  right: -5% !important;
  transition: right 3s ease-out 0.7s;
}

@media (max-width: 1024px) {
  .eShopSlide.animate .bestSellersCont {
    right: 34vw !important;
    transition: right 2.5s ease-out 0s;
  }
}

.eventsSlide {
  background-image: url("../../images/mission-Section-Bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 825px) {
  .eventsSlide {
    overflow: visible;
  }
}

.eventsSlide .backgroundObjTop {
  position: absolute;
  top: -3vh;
  left: 20vw;
  height: 40vh;
  opacity: .1;
}

.eventsSlide .backgroundObjTop img {
  height: 100%;
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .eventsSlide .backgroundObjTop {
    height: 23vw;
    top: 1vw;
  }
}

@media (max-width: 1024px) {
  .eventsSlide .backgroundObjTop {
    display: none;
  }
}

.eventsSlide .headerBox {
  position: absolute;
  z-index: 30;
  right: 14vw;
  height: 31.5vh;
  top: 14.5vh;
  width: 29vw;
  height: 31.9vh;
  background-image: linear-gradient(to bottom, #cecfd1 20%, #d3d4d6), linear-gradient(to left, #cecfd1, #ccccce 55%, #fffdf4 67%, #fffdf4 72%, #949597), linear-gradient(to bottom, #949597, #949597), linear-gradient(to right, #949597, #e8e9eb 26%, transparent 26%, transparent 92%, #d3d4d6 92%);
  background-position: top right, top right, top left, bottom left;
  background-size: 18px 100%, 100% 18px, 18px 100%, 100% 18px;
  background-repeat: no-repeat;
}

.eventsSlide .headerBox.newEvent {
  right: 28vw !important;
}

.eventsSlide .headerBox .headerBoxTitle {
  color: #131550;
  position: absolute;
  top: 19%;
  right: 17%;
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1.1;
  transition: color .3s;
}

.missionBoxTile {
  top: 25%;
}

.eventsSlide .headerBox .headerBoxTitle.missionBoxTile {
  right: 14%;
}

.eventsSlide .headerBox .headerBoxLink {
  position: absolute;
  right: 15%;
  bottom: -4.1%;
  width: 54%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  transition: color .3s, transform .5s;
}

.eventsSlide .headerBox .headerBoxLink p {
  color: #131550 !important;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 0;
}

.eventsSlide .headerBox .headerBoxLink span {
  background: #fff;
  color: #131550;
  padding: 1.2rem;
  font-size: 1.7rem;
  border-radius: 50%;
  transform: scaleX(-1);
}

@media (max-width: 1900px) {
  .eventsSlide .headerBox {
    background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
  }

  .eventsSlide .headerBox .headerBoxTitle {
    font-size: 6rem;
  }

  .eventsSlide .headerBox .headerBoxLink p {
    font-size: 2.2rem;
  }
}

@media (max-width: 1600px) {
  .eventsSlide .headerBox {
    top: 14.5vh;
    background-size: 14px 100%, 100% 14px, 14px 100%, 100% 14px;
  }

  .eventsSlide .headerBox .headerBoxTitle {
    font-size: 5rem;
  }

  .eventsSlide .headerBox .headerBoxLink {
    /*bottom: -6.5%;*/
  }

  .eventsSlide .headerBox .headerBoxLink p {
    font-size: 1.8rem;
  }

  .eventsSlide .headerBox .headerBoxLink span {
    padding: .8rem;
    font-size: 1.2rem;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .eventsSlide .headerBox {
    background-size: 12px 100%, 100% 12px, 12px 100%, 100% 12px;
  }

  .eventsSlide .headerBox .headerBoxTitle {
    font-size: 4.2rem;
  }

  .eventsSlide .headerBox .headerBoxTitle.missionBoxTile {
    font-size: 40px;
  }

  .eventsSlide .headerBox .headerBoxLink p {
    font-size: 1.6rem;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .eventsSlide .headerBox {
    height: 19vw;
    height: 17vw;
  }

  .eventsSlide .headerBox .headerBoxTitle {
    font-size: 4.2rem;
    width: 26vw;
  }

  .eventsSlide .headerBox .headerBoxLink p {
    font-size: 1.4vw;
  }
}

@media (max-width: 1024px) {
  .eventsSlide .headerBox {
    width: 26vw;
    height: 33vh;
    max-height: 24.7vw;
    right: 6.08vw;
    top: 16vh;
    background-image: linear-gradient(to bottom, #cecfd1 20%, #d3d4d6), linear-gradient(to left, #cecfd1, #ccccce 55%, #fffdf4 67%, #fffdf4 72%, #949597), linear-gradient(to bottom, #949597, #949597), linear-gradient(to right, #949597, #e8e9eb 26%, #d3d4d6 92%);
    background-size: 11px 100%, 100% 11px, 11px 100%, 100% 11px;
  }

  .eventsSlide .headerBox .headerBoxTitle {
    top: 23%;
  }

  .eventsSlide .headerBox .headerBoxLink {
    bottom: 21%;
    right: 17%;
  }

  .eventsSlide .headerBox .headerBoxLink p {
    display: none;
  }

  .eventsSlide .headerBox .headerBoxLink span {
    font-size: 1.5vw;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .eventsSlide .headerBox {
    top: 21vw;
  }
}

@media (max-width: 825px) {
  .eventsSlide .headerBox {
    position: relative;
    width: 60vw;
    height: 37.67vw;
    max-height: initial;
    top: -9vw;
    right: auto;
    margin: 0 auto;
    background-image: linear-gradient(to bottom, #cecfd1 20%, #d3d4d6), linear-gradient(to left, #cecfd1, #ccccce 55%, #fffdf4 67%, #fffdf4 72%, #949597), linear-gradient(to bottom, #949597, #949597), linear-gradient(to right, #949597, #e8e9eb 16%, transparent 16%, transparent 92%, #d3d4d6 92%);
    background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
  }

  .eventsSlide .headerBox .headerBoxTitle {
    font-size: 8.5vw;
    color: #fff !important;
    font-size: 9.5vw;
  }

  .eventsSlide .headerBox .headerBoxLink {
    width: 66%;
    align-items: center;
    bottom: -8.5%;
    right: 14%;
  }

  .eventsSlide .headerBox .headerBoxLink p {
    display: block;
    font-size: 3.2vw;
    width: auto;
    max-width: 31vw;
    color: #fff !important;
    font-size: 4.2vw;
  }

  .eventsSlide .headerBox .headerBoxLink span {
    font-size: 3.8vw;
    padding: 2.5vw;
  }
}

@media (max-width: 480px) {
  .eventsSlide .headerBox {
    width: 71.73vw;
    height: 42.4vw;
    background-size: 10px 100%, 100% 10px, 10px 100%, 100% 10px;
  }

  .eventsSlide .headerBox .headerBoxTitle {
    font-size: 9.4vw;
    font-size: 10.4vw;
  }

  .eventsSlide .headerBox .headerBoxLink {
    bottom: -9%;
  }

  .eventsSlide .headerBox .headerBoxLink p {
    font-size: 3.8vw;
    max-width: 37vw;
    font-size: 4.8vw;
  }

  .eventsSlide .headerBox .headerBoxLink span {
    font-size: 5vw;
  }
}

.eventsSlide .featuredEventsCont {
  background: #fff;
  position: absolute;
  width: 27.5vw;
  height: 50vh;
  /* right: 65.5vw;
  top: 19vh; */
  right: 56.2vw;
  transition: right 2s ease-out 0s;
  top: 13vh;
  color: #131550;
}


.eventsSlide .featuredEventsCont.main_card {
  background: unset;
  position: absolute;
  width: 41.6vw;
  height: 39vh;
  right: 14vw;
  transition: left 2s ease-out 0s;
  top: 49vh;
  color: #131550;
}

.eventsSlide .featuredEventsCont .slick-slide {
  /*opacity: 1 !important;*/
}

.eventsSlide .featuredEventsCont .slick-slide.slick-current .featuredEvent>* {
  opacity: 1;
  transform: none;
}

.eventsSlide .featuredEventsCont .slick-slide.slick-current .featuredEvent>*:nth-child(1) {
  transition-delay: 0.3s;
}

.eventsSlide .featuredEventsCont .slick-slide.slick-current .featuredEvent>*:nth-child(2) {
  transition-delay: 0.4s;
}

.eventsSlide .featuredEventsCont .slick-slide.slick-current .featuredEvent>*:nth-child(3) {
  transition-delay: 0.5s;
}

.eventsSlide .featuredEventsCont .slick-slide.slick-current .featuredEvent>*:nth-child(4) {
  transition-delay: 0.6s;
}

.eventsSlide .featuredEventsCont .slick-slide.slick-current .featuredEvent>*:nth-child(5) {
  transition-delay: 0.7s;
}

.eventsSlide .featuredEventsCont .slick-slide.slick-current .featuredEvent>*:nth-child(6) {
  transition-delay: 0.8s;
}

.eventsSlide .featuredEventsCont .slick-slide.slick-current .featuredEvent>*:nth-child(7) {
  transition-delay: 0.9s;
}

.eventsSlide .featuredEventsCont .slick-slide.slick-current .featuredEvent>*:nth-child(8) {
  transition-delay: 1s;
}

.eventsSlide .featuredEventsCont .slick-slide.slick-current .featuredEvent>*:nth-child(9) {
  transition-delay: 1.1s;
}

.eventsSlide .featuredEventsCont .slick-slide.slick-current .featuredEvent>*:nth-child(10) {
  transition-delay: 1.2s;
}

.eventsSlide .featuredEventsCont .slick-slide.slick-current .featuredEvent>*:nth-child(11) {
  transition-delay: 1.3s;
}

.eventsSlide .featuredEventsCont .slick-slide.slick-current .featuredEvent>*:nth-child(12) {
  transition-delay: 1.4s;
}

.eventsSlide .featuredEventsCont .slick-slide.slick-current .featuredEvent>*:nth-child(13) {
  transition-delay: 1.5s;
}

.eventsSlide .featuredEventsCont .slick-slide.slick-current .featuredEvent>*:nth-child(14) {
  transition-delay: 1.6s;
}

.eventsSlide .featuredEventsCont .slick-slide.slick-current .featuredEvent>*:nth-child(15) {
  transition-delay: 1.7s;
}

.eventsSlide .featuredEventsCont .featuredEvents {
  right: 80%;
}

.eventsSlide .featuredEventsCont .featuredEvent {
  display: block;
  position: relative;
  /* height: 39vh; */
  padding: 4vh 9.5%;
  padding-left: 17%;
  padding-bottom: 8vh;
  /* background: #e6e4e2; */
  color: #131550 !important;
}

.eventsSlide .featuredEventsCont.main_card .featuredEvent {
  display: block;
  position: relative;
  height: 39vh;
  padding: 4vh 9.5%;
  padding-right: 18%;
  padding-bottom: 8vh;
  background: #e6e4e2;
  color: #131550 !important;
}

.eventsSlide .featuredEventsCont .featuredEvent>* {
  opacity: 0;
  transform: translateY(25px);
  transition: all .4s;
}

.eventsSlide .featuredEventsCont .featuredEvent .eventTitle {
  font: 700 3.8rem MarkaziText-Bold;
  line-height: 1.3;
  margin-bottom: 1.5vh;
}

.eventsSlide .featuredEventsCont .featuredEvent .eventDetails {
  border: 1px solid #c5bcb3;
  padding: 0.8rem 0;
  border-right: none;
  border-left: none;
  display: flex;
  justify-content: space-between;
  font: 500 1.6rem MarkaziText-Regular;
  margin-bottom: 1.7vh;
}

.eventsSlide .featuredEventsCont .featuredEvent .eventDetails .eventTime {
  display: flex;
  align-items: center;
}

.eventsSlide .featuredEventsCont .featuredEvent .eventDetails span {
  margin-left: 1.5rem;
  font-size: 2rem;
  vertical-align: sub;
}

.eventsSlide .featuredEventsCont .featuredEvent .eventDisc {
  font: 100 1.8rem MarkaziText-Regular;
  line-height: 1.3;
  font-weight: 400 !important;
}

.eventsSlide .featuredEventsCont .featuredEvent .more {
  position: absolute;
  bottom: 8%;
  font: 500 1.8rem MarkaziText-Bold;
  color: #131550 !important;
  cursor: pointer;
}

.eventsSlide .featuredEventsCont .featuredEvent .more span {
  border-radius: 50%;
  display: inline-block;
  background: #131550;
  color: #fff;
  padding: .7rem;
  margin-right: 1rem;
  font-size: 1.2rem;
}

.eventsSlide .featuredEventsCont .featuredEventDate {
  position: absolute;
  background: #2a2665;
  width: 8vw;
  height: 8vw;
  color: #fff;
  top: 6.4vw;
  transform: translateY(-50%);
  left: -12.75vw;
  text-align: center;
  padding: 1%;
}

.eventsSlide .featuredEventsCont.main_card .featuredEventDate {
  position: absolute;
  background: #2a2665;
  width: 9.5vw;
  height: 13.25vw;
  color: #fff;
  top: 45%;
  transform: translateY(-50%);
  /* right: -12.75vw; */
  text-align: center;
  padding: 1%;
}

.eventsSlide .featuredEventsCont .featuredEventDate>span {
  display: block;
}

.eventsSlide .featuredEventsCont .featuredEventDate>span.day {
  font: 700 9.3rem MarkaziText-Regular;
  margin-top: 0.6vw;
  line-height: 1;
}

.eventsSlide .featuredEventsCont .featuredEventDate>span.month {
  font: 700 3rem MarkaziText-Bold;
  color: #9b8873;
}

.eventsSlide .featuredEventsCont .eventsArrows {
  position: absolute;
  width: 9.5vw !important;
  height: 4.75vw !important;
  bottom: 0;
  right: 0;
  display: flex;
  margin-right: 0 !important;
}

.eventsSlide .featuredEventsCont .eventsArrows a {
  position: relative;
  width: 50%;
  height: 100%;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.eventsSlide .featuredEventsCont .eventsArrows a span {
  font-size: 2vw;
}

.eventsSlide .featuredEventsCont .eventsArrows a.eventNextArrow {
  background-color: #131550;
}

.eventsSlide .featuredEventsCont .eventsArrows a.eventNextArrow span.icon-next {
  color: #998d7d;
}

.eventsSlide .featuredEventsCont .eventsArrows a.eventPrevArrow {
  background-color: #b7afc9;
}

.eventsSlide .featuredEventsCont .eventsArrows a.eventPrevArrow span.icon-back {
  color: #7a788a;
  background-color: #b7afc9 !important;
}

@media (max-width: 1900px) {
  .eventsSlide .featuredEventsCont .featuredEvent .eventTitle {
    font-size: 3rem;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .eventDetails {
    font-size: 1.5rem;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .eventDisc {
    font-size: 1.65rem;
    font-weight: 400 !important;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .more {
    font-size: 1.65rem;
  }
}

@media (max-width: 1600px) {
  .eventsSlide .featuredEventsCont .featuredEvent {
    padding-top: 3vh;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .eventTitle {
    font-size: 2.2rem;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .eventDetails {
    font-size: 1.35rem;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .eventDisc {
    font-size: 1.5rem;
    font-weight: 400 !important;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .more {
    font-size: 1.45rem;
    bottom: 6%;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .more span {
    font-size: 1rem;
    padding: .5rem;
  }

  .eventsSlide .featuredEventsCont .featuredEventDate span.day {
    font-size: 5.5rem;
  }

  .eventsSlide .featuredEventsCont .featuredEventDate span.month {
    font-size: 2rem;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .eventsSlide .featuredEventsCont .featuredEvent .eventTitle {
    font-size: 2rem;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .eventDetails {
    font-size: 1.3rem;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .eventDisc,
  .eventsSlide .featuredEventsCont .featuredEvent .more {
    font-size: 1.35rem;
    font-weight: 400 !important;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .more span {
    font-size: .8rem;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .eventsSlide .featuredEventsCont {
    top: 13vw;
    height: 21vw;
  }

  .eventsSlide .featuredEventsCont .featuredEvent {
    height: 21vw;
  }
}

@media (max-width: 1024px) {
  .eventsSlide .headerBox.newEvent {
    right: 5vw !important;
  }

  .eventsSlide .featuredEventsCont {
    top: 16vh;
    right: 37.2vw;
    width: 58.7vw;
    height: 52.4vh;
    max-height: 40vw;
  }

  .eventsSlide .featuredEventsCont.main_card {
    top: 70vw;
    width: 58.7vw;
    right: 37vw;
  }

  .eventsSlide .featuredEventsCont.main_card .featuredEvent {
    height: 52.4vh;
    max-height: 40vw;
    padding: 4vw 8%;
  }

  .eventsSlide .featuredEventsCont .featuredEvent {
    height: 52.4vh;
    max-height: 40vw;
    padding: 4vw 8%;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .eventTitle {
    font-size: 3vw;
    height: 36%;
    width: 73%;
    margin-bottom: 2.5vw;
    font-size: 3.3vw;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .eventDetails {
    font-size: 1.3vw;
    margin-bottom: 2.5vw;
    font-size: 2.3vw;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .eventDisc {
    font-size: 1.4vw;
    font-size: 2.2vw;
    font-weight: 400 !important;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .more {
    font-size: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .eventsSlide .featuredEventsCont .featuredEvent .more.linkHoverScale {
    font-size: 0;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .more span {
    font-size: 2vw;
    padding: 1vw;
  }

  .eventsSlide .featuredEventsCont .featuredEventDate {
    width: 11.5vw;
    height: 11.5vw;
    color: #fff;
    top: 23%;
    left: 0%;
  }

  .eventsSlide.animate .featuredEventsCont.main_card .featuredEventDate {
    width: 11.5vw;
    height: 11.5vw;
    color: #fff;
    top: 23%;
    right: 41vw !important;
  }

  .eventsSlide .featuredEventsCont .featuredEventDate span.day {
    font-size: 6vw;
  }

  .eventsSlide .featuredEventsCont .featuredEventDate span.month {
    font-size: 2vw;
    font-size: 3vw;
  }

  .eventsSlide .featuredEventsCont .featuredEventDate .eventsArrows {
    flex-direction: column;
    height: 11.5vw !important;
    width: 5.75vw !important;
    left: -5.75vw;
    right: auto;
  }

  .eventsSlide .featuredEventsCont .featuredEventDate .eventsArrows a {
    width: 100%;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .eventsSlide .featuredEventsCont {
    top: 21vw;
  }
}

@media (max-width: 825px) {
  .eventsSlide .featuredEventsCont {
    height: 90vw;
    max-height: initial;
    position: relative;
    width: 80vw;
    right: 10vw;
    top: auto;
    margin-bottom: 17rem;
    margin-top: 10rem;
    background: transparent;
  }

  .eventsSlide .featuredEventsCont.main_card {
    height: 90vw;
    max-height: initial;
    position: relative;
    width: 80vw;
    right: 10vw;
    top: auto;
    margin-bottom: 17rem;
    margin-top: 10rem;
    background: transparent;
  }

  .eventsSlide .headerBox.newEvent {
    right: auto;
  }

  .eventsSlide .featuredEventsCont.main_card .featuredEvent {
    padding: 6% !important;
    padding-top: 23% !important;
    padding-bottom: 19% !important;
    height: 90vw !important;
    max-height: initial !important;
    background: #e6e4e2 !important;
  }


  .eventsSlide .featuredEventsCont.main_card .featuredEventDate {
    width: 28vw !important;
    height: 28vw !important;
    top: -15vw !important;
    position: absolute !important;
    right: 12.5vw !important;
    transform: translateX(-50%);
  }

  .eventsSlide .featuredEventsCont.main_card .featuredEvent {
    padding-right: 7% !important;
  }

  .eventsSlide .featuredEventsCont .slick-list {
    /* overflow: visible !important; */
  }

  .eventsSlide .featuredEventsCont .featuredEvents {
    right: 0;
  }

  .eventsSlide .featuredEventsCont .featuredEvent {
    padding: 6%;
    padding-top: 23%;
    padding-bottom: 19%;
    height: 90vw;
    max-height: initial;
    background: #fff !important;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .eventTitle {
    font-size: 4.5vw;
    width: initial;
    height: auto;
    font-size: 5.5vw;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .eventDetails {
    flex-direction: column;
    align-items: center;
    font-size: 2.5vw;
    border: none;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .eventDetails div {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
    border: 1px solid #c5bcb3;
    border-right: none;
    border-left: none;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .eventDetails div:first-child {
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .eventDetails .eventTime {
    justify-content: center;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .eventDisc {
    font-size: 2.8vw;
    font-size: 3.8vw;
    font-weight: 400 !important;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .more {
    font-size: 3vw;
    left: 5%;
    bottom: 5%;
    transform: none;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .more span {
    font-size: 3vw;
    padding: 2.2vw;
  }

  .eventsSlide .featuredEventsCont .featuredEventDate {
    width: 28vw;
    height: 28vw;
    top: -14vw;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
  }

  .eventsSlide .featuredEventsCont .featuredEventDate span.day {
    font-size: 16vw;
    font-size: 17vw;
  }

  .eventsSlide .featuredEventsCont .featuredEventDate span.month {
    font-size: 4.5vw;
    font-size: 5.5vw;
  }

  .eventsSlide .featuredEventsCont .featuredEventDate .eventsArrows {
    bottom: -74vw;
    right: -19vw;
    transform: rotate(90deg);
  }

  .eventsSlide .featuredEventsCont .eventsArrows a.eventNextArrow span.icon-next {
    transform: rotate(270deg);
    padding: 3.5vw;
  }

  .eventsSlide .featuredEventsCont .eventsArrows a.eventPrevArrow span.icon-back {
    transform: rotate(270deg);
    padding: 3.5vw;
  }

  .eventsSlide .featuredEventsCont.main_card .featuredEvent .eventTitle {
    font-size: 2.5rem;
  }
}

@media (max-width: 480px) {
  .eventsSlide .featuredEventsCont .featuredEventDate .eventsArrows {
    bottom: -103vw;
    right: -22vw;
    transform: rotate(90deg);
  }

  .eventsSlide .featuredEventsCont {
    height: 120vw;
    width: 86.9vw;
    right: 6.55vw;
    margin-bottom: 10rem;
  }

  .eventsSlide .featuredEventsCont.main_card {
    height: 120vw;
    width: 86.9vw;
    right: 6.55vw;
    margin-bottom: 10rem;
  }

  .eventsSlide .featuredEventsCont.main_card .featuredEventDate {
    width: 28vw !important;
    height: 28vw !important;
    top: -15vw !important;
    position: absolute !important;
    right: 19% !important;
    transform: translateX(-50%);
  }

  .eventsSlide .featuredEventsCont.main_card .featuredEvent {
    padding-right: 7% !important;
  }

  .eventsSlide .featuredEventsCont .featuredEvent {
    height: 120vw;
  }

  .eventsSlide .featuredEventsCont.main_card .featuredEvent {
    height: 120vw !important;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .eventTitle {
    font-size: 5.2vw;
    font-size: 6.2vw;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .eventDetails {
    font-size: 3.9vw;
    font-size: 4.9vw;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .eventDetails div {
    padding: 1.5rem 0;
  }

  .eventsSlide .featuredEventsCont .featuredEvent .eventDisc {
    font-size: 5vw;
    font-weight: 400 !important;
  }
}

.eventsSlide .onThisDaySec {
  position: absolute;
  width: 60.5vw;
  top: 61vh;
  right: 20vw;
  color: #fff;
  display: flex;
  align-items: center;
}

.eventsSlide .onThisDaySec .onThisDayHeader {
  font: 700 6.5rem MarkaziText-Bold;
  position: relative;
  /*width: 29rem;*/
  border-left: 1px solid #8e8fac;
  margin-left: 3%;
  padding-left: 3%;
  position: relative;
  right: 50%;
  align-self: flex-start;
  display: inline-grid;
  white-space: nowrap;
}

.eventsSlide .onThisDaySec .onThisDayHeader:before {
  content: 'O';
  position: absolute;
  font: 700 70rem MarkaziText-Bold;
  opacity: .1;
  top: -10rem;
  right: -14rem;
  content: 'ف';
}

.eventsSlide .onThisDaySec .onThisDayHeader span {
  display: block;
  font-size: 19rem;
}

.eventsSlide .onThisDaySec .onThisDayDetails {
  position: relative;
  right: 70%;
}

.eventsSlide .onThisDaySec .onThisDayDetails .title {
  font: 700 4rem MarkaziText-Bold;
  line-height: 1.3;
  margin-bottom: 1.5vh;
}

.eventsSlide .onThisDaySec .onThisDayDetails .disc {
  font: 100 1.9rem MarkaziText-Regular;
  line-height: 1.4;
}

@media (max-width: 1900px) {
  .eventsSlide .onThisDaySec .onThisDayHeader {
    font-size: 6rem;
    /*width: 25rem;*/
  }

  .eventsSlide .onThisDaySec .onThisDayHeader:before {
    font-size: 65rem;
  }

  .eventsSlide .onThisDaySec .onThisDayHeader span {
    font-size: 17.4rem;
  }

  .eventsSlide .onThisDaySec .onThisDayDetails .title {
    font-size: 3rem;
  }

  .eventsSlide .onThisDaySec .onThisDayDetails .disc {
    font-size: 1.75rem;
  }
}

@media (max-width: 1600px) {
  .eventsSlide .onThisDaySec .onThisDayHeader {
    font-size: 4rem;
    /*width: 17rem;*/
  }

  .eventsSlide .onThisDaySec .onThisDayHeader:before {
    font-size: 45rem;
    top: -7rem;
    right: -6rem;
  }

  .eventsSlide .onThisDaySec .onThisDayHeader span {
    font-size: 12.4rem;
  }

  .eventsSlide .onThisDaySec .onThisDayDetails .title {
    font-size: 2.2rem;
  }

  .eventsSlide .onThisDaySec .onThisDayDetails .disc {
    font-size: 1.6rem;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .eventsSlide .onThisDaySec .onThisDayHeader {
    font-size: 3.5rem;
    /*width: 15rem;*/
  }

  .eventsSlide .onThisDaySec .onThisDayHeader:before {
    font-size: 42rem;
    top: -6rem;
  }

  .eventsSlide .onThisDaySec .onThisDayHeader span {
    font-size: 10.4rem;
  }

  .eventsSlide .onThisDaySec .onThisDayDetails .title {
    font-size: 2rem;
  }

  .eventsSlide .onThisDaySec .onThisDayDetails .disc {
    font-size: 1.5rem;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .eventsSlide .onThisDaySec {
    top: 38vw;
  }
}

@media (max-width: 1024px) {
  .eventsSlide .onThisDaySec {
    top: 72vh;
    right: 11vw;
    width: 84.5vw;
    align-items: center;
  }

  .eventsSlide .onThisDaySec .onThisDayHeader {
    font-size: 3.8vw;
    /*width: 16vw;*/
    margin-left: 5%;
    padding-left: 5%;
    font-size: 4.8vw;
  }

  .eventsSlide .onThisDaySec .onThisDayHeader:before {
    display: none;
  }

  .eventsSlide .onThisDaySec .onThisDayHeader span {
    font-size: 11.5vw;
    font-size: 12.5vw;
  }

  .eventsSlide .onThisDaySec .onThisDayDetails {
    padding-right: 5%;
  }

  .eventsSlide .onThisDaySec .onThisDayDetails .title {
    font-size: 2.4vw;
    font-size: 3.4vw;
  }

  .eventsSlide .onThisDaySec .onThisDayDetails .disc {
    font-size: 1.5vw;
    font-size: 2.5vw;
  }
}

@media (max-width: 1024px) and (min-height: 840px) {
  .eventsSlide .headerBox.newEvent {
    right: 4vw;
  }

  .eventsSlide .onThisDaySec {
    top: 66vw;
  }
}

@media (max-width: 825px) {
  .eventsSlide .onThisDaySec {
    position: relative;
    top: initial;
    right: initial;
    width: 80vw;
    margin: 0 auto;
    flex-direction: column;
    margin-bottom: 35vw;
  }

  .eventsSlide .onThisDaySec .onThisDayHeader {
    margin-right: 34vw;
    border: none;
    padding: 0;
    margin-bottom: 15vw;
    font-size: 7.5vw;
    right: 0;
    width: auto;
    font-size: 8.5vw;
  }

  .eventsSlide .onThisDaySec .onThisDayHeader span {
    font-size: 22vw;
    font-size: 23vw;
  }

  .eventsSlide .onThisDaySec .onThisDayHeader:before {
    display: block;
    font-size: 60vw;
    top: -10vw;
    right: -28vw;
  }

  .eventsSlide .onThisDaySec .onThisDayHeader span {
    display: block;
  }

  .eventsSlide .onThisDaySec .onThisDayDetails {
    border: none;
    padding-right: 0;
    right: 0;
  }

  .eventsSlide .onThisDaySec .onThisDayDetails .title {
    font-size: 4.5vw;
    font-size: 5.5vw;
  }

  .eventsSlide .onThisDaySec .onThisDayDetails .disc {
    font-size: 2.9vw;
    font-size: 3.9vw;
  }
}

@media (max-width: 480px) {
  .eventsSlide .onThisDaySec {
    width: 76.93vw;
  }

  .eventsSlide .onThisDaySec .onThisDayHeader {
    font-size: 9.8vw;
    margin-right: 24vw;
    font-size: 10.8vw;
  }

  .eventsSlide .onThisDaySec .onThisDayHeader:before {
    font-size: 70vw;
    top: -10vw;
    right: -30vw;
  }

  .eventsSlide .onThisDaySec .onThisDayHeader span {
    font-size: 29.5vw;
    font-size: 30.5vw;
  }

  .eventsSlide .onThisDaySec .onThisDayDetails {
    border: none;
  }

  .eventsSlide .onThisDaySec .onThisDayDetails .title {
    font-size: 5.2vw;
    font-size: 6.2vw;
  }

  .eventsSlide .onThisDaySec .onThisDayDetails .disc {
    font-size: 4vw;
    font-size: 5vw;
  }
}

.eventsSlide.animate .headerBox {
  animation: headeBoxAnimationOnScroll 3s forwards;
}

.eventsSlide.animate .headerBox .headerBoxTitle,
.eventsSlide.animate .headerBox .headerBoxLink p {
  color: #fff !important;
}

.eventsSlide.animate .backgroundObjTop {
  left: -10vw !important;
  transition: left 4s ease-out 0s;
}


.eventsSlide.animate .featuredEventsCont .featuredEvents {
  right: 0 !important;
  transition: right 2s ease-out 0.5s;
}

.eventsSlide.animate .featuredEventsCont .featuredEventDate {
  left: -4.75vw;
  transition: left 2s ease-out 1s;
}

.eventsSlide.animate .featuredEventsCont.main_card .featuredEventDate {
  left: 36.8vw;
  transition: left 2s ease-out 1s;
}

@media (max-width: 1024px) {
  .eventsSlide.animate .featuredEventsCont .featuredEventDate {
    left: 5.75vw !important;
    transition: left 2s ease-out 0.5s;
  }
}

.eventsSlide.animate .onThisDayHeader {
  right: 0 !important;
  transition: right 2.5s ease-out 0.2s;
}

.eventsSlide.animate .onThisDayHeader:before {
  right: -24rem !important;
  transition: right 2s ease-out 0.1s;
}

@media (max-width: 1600px) {
  .eventsSlide.animate .onThisDayHeader:before {
    right: -16rem !important;
    transition: right 2s ease-out 0.1s;
  }
}

@media (max-width: 1024px) {
  .eventsSlide.animate .onThisDayHeader {
    right: 0 !important;
    transition: right 2.5s ease-out 0.5s;
  }
}

.eventsSlide.animate .onThisDayDetails {
  right: 0 !important;
  transition: right 2.5s ease-out 0.5s;
}

.eventsSlide.animateFast .headerBox {
  -webkit-animation: headeBoxAnimationOnScroll 3s forwards;
  animation: headeBoxAnimationOnScroll 3s forwards;
}

.eventsSlide.animateFast .headerBox .headerBoxTitle,
.eventsSlide.animateFast .headerBox .headerBoxLink p {
  color: #fff !important;
}

@media (max-width: 1024px) {
  .eventsSlide.animateFast .headerBox {
    -webkit-animation: museumsheadeBoxAnimationOnScroll 2.5s forwards;
    animation: museumsheadeBoxAnimationOnScroll 2.5s forwards;
  }
}

.eventsSlide.animateFast .backgroundObjTop {
  left: -10vw !important;
  transition: left 2s ease-out 0s;
}

.eventsSlide.animateFast .featuredEventsCont {
  /* right: 37.5vw !important; */
  transition: right 1.5s ease-out 0s;
}

.eventsSlide.animateFast .featuredEventsCont .featuredEvents {
  right: 0 !important;
  transition: right 1.5s ease-out 0s;
}

.eventsSlide.animateFast .featuredEventsCont.main_card .featuredEventDate {
  left: 36.8vw !important;
  transition: right 1.5s ease-out 0s;
}

.eventsSlide.animateFast .featuredEventsCont .featuredEventDate {
  left: -4.75vw !important;
  transition: left 1.5s ease-out 0s;
}

@media (max-width: 1024px) {
  .eventsSlide.animateFast .featuredEventsCont .featuredEventDate {
    left: 5.75vw !important;
    transition: left 1.5s ease-out 0s;
  }
}

.eventsSlide.animateFast .onThisDayHeader {
  right: 0 !important;
  transition: right 1.5s ease-out 0s;
}

.eventsSlide.animateFast .onThisDayHeader:before {
  right: -24rem !important;
  transition: right 1.5s ease-out 0s;
}

@media (max-width: 1600px) {
  .eventsSlide.animateFast .onThisDayHeader:before {
    right: -16rem !important;
    transition: right 1.5s ease-out 0s;
  }
}

@media (max-width: 1024px) {
  .eventsSlide.animateFast .onThisDayHeader {
    right: 0 !important;
    transition: right 1.2s ease-out 0s;
  }
}

.eventsSlide.animateFast .onThisDayDetails {
  right: 0 !important;
  transition: right 1.5s ease-out 0s;
}

@media (max-width: 1024px) {
  .eventsSlide.animateFast .onThisDayDetails {
    right: 0 !important;
    transition: right 1.2s ease-out 0s;
  }
}

.childSlide {
  color: #131550;
}

.childSlide .smallBgObjsLayer {
  width: 100%;
  height: 100%;
  background-image: url("../../images/home-child-lamp-obj.png"), url("../../images/home-child-earth-obj.png"), url("../../images/home-child-brush-obj.png"), url("../../images/home-child-magnify-obj.png");
  background-repeat: no-repeat;
  background-size: 12vw, 15vw, 12vw, 12vw;
  background-position: 20vw 51vh, 50vw 73vh, 70vw 36vh, 135vw 29vh;
  transform: scaleX(-1);
}

@media (max-width: 1024px) {
  .childSlide .smallBgObjsLayer {
    background-size: 18vw, 28vw, 22vw, 18vw;
  }
}

@media (max-width: 825px) {
  .childSlide .smallBgObjsLayer {
    background-position: 1vw 59vw, 69vw 125vw, 71vw 26vw, 1vw 195vw;
    background-size: 26vw, 32vw, 32vw, 26vw;
  }
}

@media (max-width: 480px) {
  .childSlide .smallBgObjsLayer {
    background-position: 1vw 59vw, 62vw 139vw, 71vw 26vw, 1vw 231vw;
    background-size: 26vw, 40vw, 32vw, 26vw;
  }
}

.childSlide .childBgObjTop {
  position: absolute;
  left: -2vw;
  top: -3vh;
  height: 35vh;
}

.childSlide .childBgObjTop img {
  height: 100%;
  transform: scaleX(-1);
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .childSlide .childBgObjTop {
    left: -2vw;
    top: -1vw;
    height: 25vw;
  }
}

@media (max-width: 1024px) {
  .childSlide .childBgObjTop {
    display: none;
  }
}

.childSlide .childBgObjBottom {
  position: absolute;
  top: 31vh;
  right: 15vw;
  height: 67vh;
  transform: scaleX(-1);
}

.childSlide .childBgObjBottom .tabletScreen {
  display: none;
}

.childSlide .childBgObjBottom img {
  height: 100%;
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .childSlide .childBgObjBottom {
    height: 40vw;
    top: 22vw;
  }
}

@media (max-width: 1024px) {
  .childSlide .childBgObjBottom {
    top: 46vw;
    right: 27vw;
    height: 19vw;
  }

  .childSlide .childBgObjBottom .tabletScreen {
    display: block;
  }

  .childSlide .childBgObjBottom .bigScreen {
    display: none;
  }
}

@media (max-width: 825px) {
  .childSlide .childBgObjBottom {
    display: block;
    height: 50vw;
    top: 9vw;
    right: 3vw;
  }
}

.childSlide .headerBox {
  position: absolute;
  width: 30.6vw;
  height: 43.8vh;
  top: 39vh;
  right: 10vw;
  z-index: 30;
  background-image: linear-gradient(to top, #3c434e, #3c434e), linear-gradient(to left, #3c434e, #70a9ab 40%, #b0eaec 60%, #70a9ab 72%, #3c434e), linear-gradient(to bottom, #3c434e 20%, transparent 20%, transparent 80%, #3c434e 20%), linear-gradient(to left, #3c434e, #70a9ab 40%, #b0eaec 60%, #70a9ab 72%, #3c434e);
  background-position: bottom right, top right, top left, bottom left;
  -webkit-background-size: .9vw 100%, 100% .9vw, .9vw 100%, 100% .9vw;
  background-size: 18px 100%, 100% 18px, 18px 100%, 100% 18px;
  background-repeat: no-repeat;
}

.childSlide .headerBox .headerBoxImage {
  position: absolute;
  height: 152%;
  top: -12%;
  right: -4%;
  transform: scaleX(-1);
}

.childSlide .headerBox .headerBoxTitle {
  position: absolute;
  top: 20%;
  right: 62%;
  color: #131550;
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1.1;
  transition: color .3s;
}

.childSlide .headerBox .headerBoxLink {
  right: 62%;
  width: 39%;
  top: 59%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  position: absolute;
  text-decoration: none;
  transition: color .3s, transform .5s;
}

.childSlide .headerBox .headerBoxLink p {
  color: #131550 !important;
  font-size: 2.6rem;
  width: 66rem;
  font-weight: 700;
  margin-bottom: 0;
}

.childSlide .headerBox .headerBoxLink span {
  color: #fff;
  background-color: #131550;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 1.2rem;
  font-size: 1.7rem;
  margin-right: 2rem;
  transform: scaleX(-1);
}

@media (max-width: 1900px) {
  .childSlide .headerBox {
    background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
  }

  .childSlide .headerBox .headerBoxTitle {
    font-size: 6rem;
  }

  .childSlide .headerBox .headerBoxLink p {
    font-size: 2.2rem;
  }
}

@media (max-width: 1600px) {
  .childSlide .headerBox {
    background-size: 14px 100%, 100% 14px, 14px 100%, 100% 14px;
  }

  .childSlide .headerBox .headerBoxTitle {
    font-size: 5rem;
  }

  .childSlide .headerBox .headerBoxLink p {
    font-size: 1.8rem;
  }

  .childSlide .headerBox .headerBoxLink span {
    padding: .8rem;
    font-size: 1.2rem;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .childSlide .headerBox {
    background-size: 12px 100%, 100% 12px, 12px 100%, 100% 12px;
  }

  .childSlide .headerBox .headerBoxTitle {
    font-size: 4.2rem;
  }

  .childSlide .headerBox .headerBoxLink p {
    font-size: 1.6rem;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .childSlide .headerBox {
    top: 25.5vw;
    height: 26vw;
    width: 32vw;
  }

  .childSlide .headerBox .headerBoxTitle {
    font-size: 4.2rem;
  }

  .childSlide .headerBox .headerBoxLink p {
    font-size: 1.4vw;
  }
}

@media (max-width: 1024px) {
  .childSlide .headerBox {
    width: 26vw;
    height: 40vh;
    max-height: 30vw;
    top: 48vh;
    right: 9.08vw;
    background-image: linear-gradient(to top, #3c434e, #3c434e), linear-gradient(to left, #3c434e, #70a9ab 40%, #b0eaec 60%, #70a9ab 72%, #3c434e), linear-gradient(to bottom, #3c434e 20%, #3c434e 20%), linear-gradient(to left, #3c434e, #70a9ab 40%, #b0eaec 60%, #70a9ab 72%, #3c434e);
    -webkit-background-size: 11px 100%, 100% 11px, 11px 100%, 100% 11px;
    background-size: 11px 100%, 100% 11px, 11px 100%, 100% 11px;
  }

  .childSlide .headerBox .headerBoxImage {
    height: 60%;
    top: auto;
    bottom: 11px;
    right: 12px;
  }

  .childSlide .headerBox .headerBoxTitle {
    font-size: 3.3vw;
    width: 10vw;
    top: 14%;
    right: 30%;
    font-size: 4.3vw;
  }

  .childSlide .headerBox .headerBoxLink {
    top: 26%;
    right: 70%;
  }

  .childSlide .headerBox .headerBoxLink p {
    display: none;
  }

  .childSlide .headerBox .headerBoxLink span {
    margin-right: 0;
    font-size: 1.5vw;
    padding: 1vw;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .childSlide .headerBox {
    top: 47vw;
  }
}

@media (max-width: 825px) {
  .childSlide .headerBox {
    position: relative;
    width: 80%;
    height: 57.5vw;
    max-height: initial;
    top: -10vw;
    right: auto;
    margin: 0 auto;
    margin-bottom: 10vw;
    background-image: linear-gradient(to top, #3c434e, #3c434e), linear-gradient(to left, #3c434e, #70a9ab 40%, #b0eaec 60%, #70a9ab 72%, #3c434e), linear-gradient(to bottom, #3c434e 12%, transparent 12%, transparent 78%, #3c434e 22%), linear-gradient(to left, #3c434e, #70a9ab 40%, #b0eaec 60%, #70a9ab 72%, #3c434e);
    background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
  }

  .childSlide .headerBox .headerBoxImage {
    height: 118%;
    bottom: 2.1vw;
    right: 0;
  }

  .childSlide .headerBox .headerBoxTitle {
    width: 27vw;
    right: 75%;
    top: 19%;
    font-size: 8.5vw;
    color: #131550 !important;
    font-size: 9.5vw;
  }

  .childSlide .headerBox .headerBoxLink {
    width: 23%;
    top: 53%;
    bottom: auto;
    right: 75%;
    flex-direction: column;
    align-items: flex-start;
  }

  .childSlide .headerBox .headerBoxLink p {
    display: block;
    font-size: 3.2vw;
    margin-bottom: 1vw;
    width: auto;
    max-width: 33vw;
    color: #131550 !important;
    font-size: 4.2vw;
  }

  .childSlide .headerBox .headerBoxLink span {
    font-size: 3.8vw;
    padding: 2.5vw;
  }
}

@media (max-width: 825px) and (orientation: landscape) {
  .childSlide .headerBox .headerBoxTitle {
    right: 50%;
  }
}

@media (max-width: 750px) {
  .childSlide .headerBox .headerBoxTitle {
    right: 50%;
  }
}

@media (max-width: 480px) {
  .childSlide .headerBox {
    width: 74.7vw;
    height: 60vw;
    margin-bottom: 5vw;
    background-size: 10px 100%, 100% 10px, 10px 100%, 100% 10px;
  }

  .childSlide .headerBox .headerBoxImage {
    height: 110%;
    bottom: 2.9vw;
  }

  .childSlide .headerBox .headerBoxTitle {
    width: 30vw;
    font-size: 9.4vw;
    top: 18%;
    font-size: 10.4vw;
  }

  .childSlide .headerBox .headerBoxLink {
    width: 30%;
    right: 70%;
  }

  .childSlide .headerBox .headerBoxLink p {
    font-size: 3.8vw;
    max-width: 39vw;
    font-size: 4.8vw;
  }

  .childSlide .headerBox .headerBoxLink span {
    font-size: 5vw;
  }
}

.cwPlaySec {
  position: absolute;
  top: 15vh;
  right: 60vw;
  color: #131550;
  background: rgba(244, 240, 234, 0.8);
  width: 49.4vw;
  height: 27vh;
  padding: 2%;
  padding: 3.2vh;
  display: flex;
  justify-content: space-between;
}

.cwPlaySec .cwPlaySecHeader {
  width: 38rem;
  margin-left: 3rem;
}

.cwPlaySec .cwPlaySecHeader h3 {
  font-size: 5rem;
  font-weight: 700;
}

.cwPlaySec .cwPlaySecHeader p {
  font: 100 1.8rem MarkaziText-Regular;
  line-height: 1.3;
}

.cwPlaySec .cwPlaySecContent {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-grow: 1;
}

.cwPlaySec .cwPlaySecContent>div {
  width: 47%;
  height: 80%;
  position: relative;
  padding: 7%;
  padding-top: 6vh;
  display: flex;
  justify-content: center;
}

.cwPlaySec .cwPlaySecContent>div a {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #131550 !important;
}

.cwPlaySec .cwPlaySecContent>div span {
  display: block;
  position: absolute;
  top: -28%;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  font-size: 9rem;
}

.cwPlaySec .cwPlaySecContent .coloring {
  background: #f551bb;
}

.cwPlaySec .cwPlaySecContent .mummy {
  background: #55dcc4;
}

@media (max-width: 1900px) {
  .cwPlaySec .cwPlaySecHeader h3 {
    font-size: 4rem;
  }

  .cwPlaySec .cwPlaySecHeader p {
    font-size: 1.65rem;
  }

  .cwPlaySec .cwPlaySecContent>div a {
    font-size: 2.7rem;
  }

  .cwPlaySec .cwPlaySecContent>div span {
    font-size: 8rem;
    top: -28%;
  }
}

@media (max-width: 1600px) {
  .cwPlaySec .cwPlaySecHeader {
    width: 31rem;
  }

  .cwPlaySec .cwPlaySecHeader h3 {
    font-size: 3rem;
  }

  .cwPlaySec .cwPlaySecHeader p {
    font-size: 1.5rem;
  }

  .cwPlaySec .cwPlaySecContent {
    width: 46%;
  }

  .cwPlaySec .cwPlaySecContent>div {
    width: 48%;
  }

  .cwPlaySec .cwPlaySecContent>div a {
    font-size: 2rem;
  }

  .cwPlaySec .cwPlaySecContent>div span {
    font-size: 6rem;
    top: -31%;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .cwPlaySec .cwPlaySecHeader {
    font-size: 1.45rem;
  }

  .cwPlaySec .cwPlaySecContent {
    width: 34%;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .cwPlaySec {
    top: 11vw;
    height: 16vw;
  }

  .cwPlaySec .cwPlaySecContent>div {
    padding-top: 3.5vw;
  }
}

@media (max-width: 1024px) {
  .cwPlaySec {
    max-height: 21vw;
    right: 40vw;
    top: 16vh;
    width: 81vw;
    padding: 3.5vw 4%;
  }

  .cwPlaySec .cwPlaySecHeader {
    width: 63%;
  }

  .cwPlaySec .cwPlaySecHeader h3 {
    margin-bottom: 1.5vw;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .cwPlaySec {
    top: 21vw;
  }

  .cwPlaySec .cwPlaySecContent>div {
    padding-top: 4rem;
  }
}

@media (max-width: 825px) {
  .cwPlaySec {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto;
    margin-bottom: 20vw;
    width: 80%;
    height: 52vw;
    max-height: initial;
    display: block;
  }

  .cwPlaySec .cwPlaySecHeader {
    width: 100%;
  }

  .cwPlaySec .cwPlaySecHeader h3 {
    font-size: 5vw;
    font-size: 6vw;
  }

  .cwPlaySec .cwPlaySecHeader p {
    font-size: 2.9vw;
    font-size: 3.9vw;
  }

  .cwPlaySec .cwPlaySecContent {
    width: 100%;
    height: 75%;
  }

  .cwPlaySec .cwPlaySecContent>div {
    padding-top: 10vw;
  }

  .cwPlaySec .cwPlaySecContent>div a {
    font-size: 4vw;
    font-size: 5vw;
  }

  .cwPlaySec .cwPlaySecContent>div span {
    font-size: 10vw;
    top: -20%;
    font-size: 11vw;
  }
}

@media (max-width: 480px) {
  .cwPlaySec {
    padding: 6%;
    height: 75vw;
  }

  .cwPlaySec .cwPlaySecHeader {
    margin-bottom: 6vw;
  }

  .cwPlaySec .cwPlaySecHeader h3 {
    font-size: 8vw;
    font-size: 9vw;
  }

  .cwPlaySec .cwPlaySecHeader p {
    font-size: 3.8vw;
    font-size: 4.8vw;
  }

  .cwPlaySec .cwPlaySecContent {
    height: 55%;
  }

  .cwPlaySec .cwPlaySecContent>div a {
    font-size: 5vw;
    font-size: 6vw;
  }

  .cwPlaySec .cwPlaySecContent>div span {
    font-size: 13vw;
    top: -25%;
  }
}

.cwEventsSec {
  width: 36.5vw;
  height: 34.33vh;
  background: rgba(145, 204, 205, 0.5);
  position: absolute;
  right: 80vw;
  top: 48vh;
}

.cwEventsSec .cwEventsSecHeader {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 3.2vh;
  /*padding-top: 8vh;*/
  padding-left: 0;
  color: #131550;
}

.cwEventsSec .cwEventsSecHeader h3 {
  font-size: 4.5rem;
  font-weight: 700;
  width: 20rem;
}

.cwEventsSec .cwEventsSecHeader a {
  color: #131550 !important;
  font-size: 1.8rem;
}

.cwEventsSec .cwEventsSecHeader a span {
  border-radius: 50%;
  display: inline-block;
  background: #131550;
  color: #fff;
  padding: .7rem;
  margin-right: 1rem;
}

.cwEventsSec .events {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  position: absolute;
  height: 115%;
  width: 65%;
  top: -9%;
  right: 38%;
}

.cwEventsSec .slick-list,
.cwEventsSec .slick-track {
  height: 100% !important;
  overflow: visible !important;
}

.cwEventsSec .slick-slide {
  height: 49% !important;
}

.cwEventsSec .slick-slide>div {
  height: 100%;
}

.cwEventsSec .event {
  display: block;
  background: #f4f0ea;
  color: #131550;
  height: 100%;
  padding: 6%;
  padding-left: 20%;
  padding-top: 2.5vh;
  position: relative;
  right: 25%;
}

.cwEventsSec .event:nth-child(even) {
  right: 35%;
}

.cwEventsSec .event .dateCont {
  background-image: url("../../images/childSmallBg.png");
  width: 7vw;
  height: 7vw;
  background-size: cover;
  position: absolute;
  left: 11%;
  top: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
}

.cwEventsSec .event .dateCont .day {
  font-size: 5rem;
  font-family: MarkaziText-Regular;
  line-height: 1;
}

.cwEventsSec .event .dateCont .month {
  font-size: 1.8rem;
}

.cwEventsSec .event h4 {
  color: #131550;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.cwEventsSec .event .location {
  border-top: 1px solid #c5bcb3;
  padding-top: 1.2rem;
  font: 500 1.6rem MarkaziText-Regular;
  width: 90%;
  display: flex;
}

.cwEventsSec .event .location span {
  margin-left: 1rem;
  font-size: 2rem;
  vertical-align: sub;
}

.cwEventsSec .event .more {
  color: #131550 !important;
  font-size: 1.8rem;
  position: absolute;
  bottom: 1.5rem;
}

.cwEventsSec .event .more span {
  border-radius: 50%;
  display: inline-block;
  background: #131550;
  color: #fff;
  padding: .7rem;
  margin-right: 1rem;
}

@media (max-width: 1900px) {
  .cwEventsSec .cwEventsSecHeader {
    width: 25rem;
  }

  .cwEventsSec .cwEventsSecHeader h3 {
    font-size: 3.5rem;
    width: 17rem;
  }

  .cwEventsSec .cwEventsSecHeader a {
    font-size: 1.65rem;
  }

  .cwEventsSec .event {
    padding-left: 15%;
  }

  .cwEventsSec .event h4 {
    font-size: 2.3rem;
    margin-bottom: 1rem;
  }

  .cwEventsSec .event .location {
    font-size: 1.45rem;
  }

  .cwEventsSec .event .more {
    font-size: 1.65rem;
  }
}

@media (max-width: 1600px) {
  .cwEventsSec .cwEventsSecHeader h3 {
    font-size: 2.8rem;
    width: 14rem;
  }

  .cwEventsSec .cwEventsSecHeader a {
    font-size: 1.45rem;
  }

  .cwEventsSec .cwEventsSecHeader a span {
    font-size: 1rem;
    padding: .5rem;
  }

  .cwEventsSec .events {
    height: 125%;
    top: -14%;
  }

  .cwEventsSec .event {
    padding-left: 12%;
  }

  .cwEventsSec .event .dateCont .day {
    font-size: 4rem;
  }

  .cwEventsSec .event .dateCont .month {
    font-size: 1.5rem;
  }

  .cwEventsSec .event h4 {
    font-size: 1.6rem;
    margin-bottom: .6rem;
  }

  .cwEventsSec .event .location {
    font-size: 1.45rem;
    padding-top: .6rem;
  }

  .cwEventsSec .event .more {
    font-size: 1.45rem;
    bottom: 1rem;
  }

  .cwEventsSec .event .more span {
    font-size: 1rem;
    padding: .5rem;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {

  .cwEventsSec .cwEventsSecHeader p,
  .cwEventsSec .cwEventsSecHeader a {
    font-size: 1.3rem;
  }

  .cwEventsSec .event .location,
  .cwEventsSec .event .more {
    font-size: 1.3rem;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .cwEventsSec {
    height: 20vw;
    top: 31vw;
  }

  .cwEventsSec .events {
    height: 120%;
    top: -11%;
  }

  .cwEventsSec .event h4 {
    margin-bottom: 1.5rem;
  }

  .cwEventsSec .event .location {
    padding-top: 1.2rem;
  }
}

@media (max-width: 1024px) {
  .cwEventsSec {
    width: 52vw;
    height: 40vh;
    max-height: 30vw;
    right: 50vw;
    padding: 2%;
    display: flex;
    flex-direction: column;
  }

  .cwEventsSec .cwEventsSecHeader {
    width: 100%;
    padding: 0;
    height: auto;
    margin-bottom: 2vw;
    flex-direction: row;
    align-items: center;
  }

  .cwEventsSec .cwEventsSecHeader h3 {
    width: auto;
    margin-bottom: 0;
    font-size: 3.2vw;
    font-size: 4.2vw;
  }

  .cwEventsSec .cwEventsSecHeader a {
    font-size: 0;
  }

  .cwEventsSec .cwEventsSecHeader a span {
    font-size: 1.6rem;
    padding: 1rem;
    margin: 0;
  }

  .cwEventsSec .events {
    position: relative;
    right: auto;
    top: auto;
    flex-direction: row;
    width: 100%;
    height: 82%;
  }

  .cwEventsSec .slick-list {
    width: 100% !important;
  }

  .cwEventsSec .slick-slide {
    height: 100% !important;
  }

  .cwEventsSec .slick-slide:not(:last-child) {
    margin-left: .5rem;
  }

  .cwEventsSec .event {
    width: 49.5%;
    height: 100%;
    padding: 8%;
  }

  .cwEventsSec .event .dateCont {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
    width: 8vw;
    height: 8vw;
    margin-bottom: 1vw;
  }

  .cwEventsSec .event .dateCont .day {
    font-size: 4vw;
    font-size: 5vw;
  }

  .cwEventsSec .event .dateCont .month {
    font-size: 1.3vw;
    font-size: 2.3vw;
  }

  .cwEventsSec .event h4 {
    font-size: 1.7vw;
    font-size: 2.7vw;
  }

  .cwEventsSec .event .location {
    display: none;
  }

  .cwEventsSec .event .more {
    font-size: 0;
    width: 100%;
    right: 0;
    text-align: center;
  }

  .cwEventsSec .event .more span {
    font-size: 1.6rem;
    padding: 1rem;
    margin: 0;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .cwEventsSec {
    top: 47vw;
  }
}

@media (max-width: 825px) {
  .cwEventsSec {
    position: relative;
    top: auto;
    right: auto;
    width: 93%;
    height: 45vw;
    max-height: initial;
    margin: 0 auto;
    margin-bottom: 40vw;
    padding: 4vw;
  }

  .cwEventsSec .cwEventsSecHeader h3 {
    font-size: 4.5vw;
  }

  .cwEventsSec .cwEventsSecHeader a span {
    font-size: 2.3vw;
    padding: 2.5vw;
  }

  .cwEventsSec .slick-track,
  .cwEventsSec .slick-list {
    overflow: hidden !important;
  }

  .cwEventsSec .slick-slide {
    margin-left: 0 !important;
  }

  .cwEventsSec .events {
    position: absolute;
    top: 15vw;
    height: 35vw;
    width: 70vw;
    max-height: initial;
    right: 4%;
  }

  .cwEventsSec .events .slick-list {
    overflow: visible !important;
    width: 100% !important;
  }

  .cwEventsSec .events .slick-slide {
    width: 70vw !important;
    height: 35vw;
  }

  .cwEventsSec .events .slick-slide>div {
    margin-left: 7vw;
  }

  .cwEventsSec .event {
    height: 35vw;
    padding: 4vw;
    right: 0;
  }

  .cwEventsSec .event:nth-child(even) {
    right: 35%;
  }

  .cwEventsSec .event .dateCont {
    position: absolute;
    left: -10%;
    top: 15%;
    width: 17vw;
    height: 17vw;
  }

  .cwEventsSec .event .dateCont .day {
    font-size: 7vw;
    font-size: 8vw;
  }

  .cwEventsSec .event .dateCont .month {
    font-size: 2.3vw;
    font-size: 3.3vw;
  }

  .cwEventsSec .event h4 {
    font-size: 3.5vw;
    width: 45vw;
    margin-bottom: 2vw;
    font-size: 4.5vw;
  }

  .cwEventsSec .event .location {
    display: flex;
    padding-top: 2vw;
    font-size: 2.5vw;
    font-size: 3.5vw;
  }

  .cwEventsSec .event .more {
    left: 2vw;
    right: auto;
    bottom: 2vw;
    width: auto;
  }

  .cwEventsSec .event .more span {
    font-size: 2.3vw;
    padding: 2.5vw;
  }
}

@media (max-width: 480px) {
  .cwEventsSec {
    height: 60vw;
    padding: 6%;
    margin-bottom: 50vw;
  }

  .cwEventsSec .cwEventsSecHeader h3 {
    font-size: 6.4vw;
    font-size: 7.4vw;
  }

  .cwEventsSec .cwEventsSecHeader a span {
    font-size: 4vw;
    padding: 3vw;
  }

  .cwEventsSec .events {
    top: 39%;
    height: 45vw;
    width: 80vw;
  }

  .cwEventsSec .events .slick-slide {
    width: 80vw !important;
    height: 45vw;
  }

  .cwEventsSec .events .slick-slide>div {
    margin-left: 5vw;
  }

  .cwEventsSec .event {
    height: 45vw;
    padding: 5vw;
  }

  .cwEventsSec .event .dateCont {
    width: 23vw;
    height: 23vw;
    top: 17%;
    left: -6%;
  }

  .cwEventsSec .event .dateCont .day {
    font-size: 9vw;
    font-size: 10vw;
  }

  .cwEventsSec .event .dateCont .month {
    font-size: 3.5vw;
    font-size: 4.5vw;
  }

  .cwEventsSec .event h4 {
    margin-bottom: 3vw;
    font-size: 5vw;
    width: 50vw;
    font-size: 6vw;
  }

  .cwEventsSec .event .location {
    font-size: 4vw;
    padding-top: 3vw;
    width: 80%;
    font-size: 5vw;
  }

  .cwEventsSec .event .more span {
    font-size: 4vw;
  }
}

.childSlide.animate .smallBgObjsLayer {
  background-position: 1vw 51vh, 30vw 73vh, 36vw 36vh, 85vw 29vh;
  transition: background-position 4s;
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .childSlide.animate .smallBgObjsLayer {
    background-position: 1vw 33vw, 32vw 46vw, 39vw 26vw, 85vw 18vw;
  }
}

@media (max-width: 1024px) {
  .childSlide.animate .smallBgObjsLayer {
    background-position: 3vw 51vh, 38vw 74vh, 51vw 36vh, 66vw 2vh;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .childSlide.animate .smallBgObjsLayer {
    background-position: 3vw 50vw, 38vw 67vw, 51vw 38vw, 66vw 10vw;
  }
}

.childSlide.animate .childBgObjBottom {
  right: 5vw !important;
  transition: right 2s ease-out 1.5s;
}

@media (max-width: 1024px) {
  .childSlide.animate .childBgObjBottom {
    right: 10vw !important;
    transition: right 2s ease-out 0.5s;
  }
}

.childSlide.animate .headerBox {
  animation: headeBoxAnimationOnScroll 3s forwards;
}

.childSlide.animate .cwPlaySec {
  right: 37vw !important;
  transition: right 3s ease-out 0s;
}

@media (max-width: 1024px) {
  .childSlide.animate .cwPlaySec {
    right: 9.08vw !important;
    transition: right 3s ease-out 0s;
  }
}

.childSlide.animate .cwEventsSec {
  right: 49vw !important;
  transition: right 2s ease-out 0.5s;
}

.childSlide.animate .cwEventsSec .event {
  right: 0 !important;
  transition: right 2s ease-out 1s;
}

.childSlide.animate .cwEventsSec .event:nth-child(even) {
  right: 0 !important;
  transition: right 2s ease-out 1.3s;
}

.childSlide.animate .cwEventsSec .event .dateCont {
  left: -11% !important;
  transition: left 2s ease-out 1s;
}

@media (max-width: 1024px) {
  .childSlide.animate .cwEventsSec {
    right: 38vw !important;
    transition: right 3s ease-out 0s;
  }

  .childSlide.animate .cwEventsSec .event .dateCont {
    left: 0 !important;
    transition: left 2s ease-out 1s;
  }
}

.childSlide.animateFast .smallBgObjsLayer {
  transition: background-position 1.2s;
}

.childSlide.animateFast .childBgObjBottom {
  right: 5vw !important;
  transition: right 1.2s ease-out 0s;
}

@media (max-width: 1024px) {
  .childSlide.animateFast .childBgObjBottom {
    right: 10vw !important;
    transition: right 1.2s ease-out 0s;
  }
}

.childSlide.animateFast .headerBox {
  animation: headeBoxAnimationOnScroll 3s forwards;
}

.childSlide.animateFast .cwPlaySec {
  right: 37vw !important;
  transition: right 1.7s ease-out 0s;
}

@media (max-width: 1024px) {
  .childSlide.animateFast .cwPlaySec {
    right: 9.08vw !important;
    transition: right 1.7s ease-out 0s;
  }
}

.childSlide.animateFast .cwEventsSec {
  right: 49vw !important;
  transition: right 1.2s ease-out 0s;
}

.childSlide.animateFast .cwEventsSec .event {
  right: 0 !important;
  transition: right 1.2s ease-out 0s;
}

.childSlide.animateFast .cwEventsSec .event:nth-child(even) {
  right: 0 !important;
  transition: right 1.2s ease-out 0s;
}

.childSlide.animateFast .cwEventsSec .event .dateCont {
  left: -11% !important;
  transition: left 1.2s ease-out 0s;
}

@media (max-width: 1024px) {
  .childSlide.animateFast .cwEventsSec {
    right: 38vw !important;
    transition: right 1.7s ease-out 0s;
  }
}

.archeologicalSlide {
  background-image: -webkit-radial-gradient(22% 30%, circle, #fff 7%, #e2ddd9);
  background-image: -o-radial-gradient(22% 30%, circle, #fff 7%, #e2ddd9);
  background-image: radial-gradient(circle at 22% 30%, #fff 7%, #e2ddd9);
}

.archeologicalSlide .navigationBtns a {
  width: 5.7vw;
}

.archeologicalSlide .backgroundObjectCenter {
  position: absolute;
  height: 33vh;
  right: 28vw;
  top: 22vh;
  z-index: 10;
}

.archeologicalSlide .backgroundObjectCenter img {
  height: 100%;
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .archeologicalSlide .backgroundObjectCenter {
    height: 19vw;
    top: 13vw;
  }
}

@media (max-width: 1024px) {
  .archeologicalSlide .backgroundObjectCenter {
    display: none;
  }
}

@media (max-width: 825px) {
  .archeologicalSlide .backgroundObjectCenter {
    display: block;
    height: 43vw;
    right: 56%;
    top: -2vw;
  }
}

@media (max-width: 480px) {
  .archeologicalSlide .backgroundObjectCenter {
    height: 49.3vw;
    top: -3vw;
  }
}

.archeologicalSlide .headerBox {
  position: absolute;
  width: 28.73vw;
  height: 25vh;
  top: 14.5vh;
  right: 10vw;
  z-index: 30;
  background-image: linear-gradient(to top, #cac1b3, #807969), linear-gradient(to left, #7b766a, #aca292 20%, #fffdf4 75%, #d1c8b7 90%), linear-gradient(to bottom, #d1c8b7 20%, transparent 20%, transparent 85%, #b2a796 10%), linear-gradient(to left, #cac1b3 10%, #ded9cd 70%, #b2a796 90%, #b2a796 80%);
  background-position: bottom right, top right, top left, bottom left;
  background-size: 18px 100%, 100% 18px, 18px 100%, 100% 18px;
  background-repeat: no-repeat;
}

.archeologicalSlide .headerBox .headerBoxTitle {
  position: absolute;
  width: 33rem;
  top: 15%;
  right: 10%;
  color: #131550;
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1.1;
  transition: color .3s;
}

.archeologicalSlide .headerBox .headerBoxLink {
  right: 10%;
  width: 90%;
  top: 63%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  text-decoration: none;
  transition: color .3s, transform .5s;
}

.archeologicalSlide .headerBox .headerBoxLink p {
  color: #131550 !important;
  font-size: 2.6rem;
  width: 66rem;
  font-weight: 700;
  margin-bottom: 0;
}

.archeologicalSlide .headerBox .headerBoxLink span {
  color: #fff;
  background-color: #131550;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 1.2rem;
  font-size: 1.7rem;
  margin-right: 2rem;
  transform: scaleX(-1);
}

@media (max-width: 1900px) {
  .archeologicalSlide .headerBox {
    background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
  }

  .archeologicalSlide .headerBox .headerBoxTitle {
    font-size: 6rem;
  }

  .archeologicalSlide .headerBox .headerBoxLink p {
    font-size: 2.2rem;
  }
}

@media (max-width: 1600px) {
  .archeologicalSlide .headerBox {
    background-size: 14px 100%, 100% 14px, 14px 100%, 100% 14px;
  }

  .archeologicalSlide .headerBox .headerBoxTitle {
    font-size: 5rem;
  }

  .archeologicalSlide .headerBox .headerBoxLink p {
    font-size: 1.8rem;
  }

  .archeologicalSlide .headerBox .headerBoxLink span {
    padding: .8rem;
    font-size: 1.2rem;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .archeologicalSlide .headerBox {
    background-size: 12px 100%, 100% 12px, 12px 100%, 100% 12px;
  }

  .archeologicalSlide .headerBox .headerBoxTitle {
    font-size: 4.2rem;
  }

  .archeologicalSlide .headerBox .headerBoxLink p {
    font-size: 1.6rem;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .archeologicalSlide .headerBox {
    height: 14vw;
    top: 11vw;
  }

  .archeologicalSlide .headerBox .headerBoxTitle {
    font-size: 4.2rem;
  }

  .archeologicalSlide .headerBox .headerBoxLink p {
    font-size: 1.4vw;
  }
}

@media (max-width: 1024px) {
  .archeologicalSlide .headerBox {
    width: 44.14vw;
    height: 26vh;
    max-height: 19.5vw;
    top: 16vh;
    background-image: -webkit-gradient(linear, right bottom, right top, from(#cac1b3), to(#807969)), -webkit-gradient(linear, left, from(#7b766a), color-stop(20%, #aca292), color-stop(75%, #fffdf4), color-stop(90%, #d1c8b7)), -webkit-gradient(linear, right top, right bottom, from(#d1c8b7), to(#b2a796)), -webkit-gradient(linear, left, color-stop(10%, #cac1b3), color-stop(70%, #ded9cd), color-stop(90%, #b2a796), color-stop(80%, #b2a796));
    background-image: -webkit-linear-gradient(bottom, #cac1b3, #807969), -webkit-linear-gradient(left, #7b766a, #aca292 20%, #fffdf4 75%, #d1c8b7 90%), -webkit-linear-gradient(top, #d1c8b7, #b2a796), -webkit-linear-gradient(left, #cac1b3 10%, #ded9cd 70%, #b2a796 90%, #b2a796 80%);
    background-image: -o-linear-gradient(bottom, #cac1b3, #807969), -o-linear-gradient(left, #7b766a, #aca292 20%, #fffdf4 75%, #d1c8b7 90%), -o-linear-gradient(top, #d1c8b7, #b2a796), -o-linear-gradient(left, #cac1b3 10%, #ded9cd 70%, #b2a796 90%, #b2a796 80%);
    background-image: linear-gradient(to top, #cac1b3, #807969), linear-gradient(to left, #7b766a, #aca292 20%, #fffdf4 75%, #d1c8b7 90%), linear-gradient(to bottom, #d1c8b7, #b2a796), linear-gradient(to left, #cac1b3 10%, #ded9cd 70%, #b2a796 90%, #b2a796 80%);
    background-size: 11px 100%, 100% 11px, 11px 100%, 100% 11px;
  }

  .archeologicalSlide .headerBox .headerBoxTitle {
    font-size: 3.5vw;
    width: 34vw;
    font-size: 4.5vw;
  }

  .archeologicalSlide .headerBox .headerBoxLink {
    top: 63%;
  }

  .archeologicalSlide .headerBox .headerBoxLink p {
    display: none;
  }

  .archeologicalSlide .headerBox .headerBoxLink span {
    margin-right: 0;
    font-size: 1.5vw;
    padding: 1vw;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .archeologicalSlide .headerBox {
    top: 21vw;
  }
}

@media (max-width: 825px) {
  .archeologicalSlide .headerBox {
    position: relative;
    width: 71vw;
    height: 34.5vw;
    max-height: initial;
    top: -8vw;
    right: auto;
    margin: 0 auto;
    margin-bottom: 12vw;
    background-image: -webkit-gradient(linear, right bottom, right top, from(#cac1b3), to(#807969)), -webkit-gradient(linear, left, from(#7b766a), color-stop(20%, #aca292), color-stop(75%, #fffdf4), color-stop(90%, #d1c8b7)), -webkit-gradient(linear, right top, right bottom, from(#d1c8b7), to(#b2a796)), -webkit-gradient(linear, left, color-stop(7%, #cac1b3), color-stop(7%, transparent), color-stop(93%, transparent), color-stop(93%, #b2a796));
    background-image: -webkit-linear-gradient(bottom, #cac1b3, #807969), -webkit-linear-gradient(left, #7b766a, #aca292 20%, #fffdf4 75%, #d1c8b7 90%), -webkit-linear-gradient(top, #d1c8b7, #b2a796), -webkit-linear-gradient(left, #cac1b3 7%, transparent 7%, transparent 93%, #b2a796 93%);
    background-image: -o-linear-gradient(bottom, #cac1b3, #807969), -o-linear-gradient(left, #7b766a, #aca292 20%, #fffdf4 75%, #d1c8b7 90%), -o-linear-gradient(top, #d1c8b7, #b2a796), -o-linear-gradient(left, #cac1b3 7%, transparent 7%, transparent 93%, #b2a796 93%);
    background-image: linear-gradient(to top, #cac1b3, #807969), linear-gradient(to left, #7b766a, #aca292 20%, #fffdf4 75%, #d1c8b7 90%), linear-gradient(to bottom, #d1c8b7, #b2a796), linear-gradient(to left, #cac1b3 7%, transparent 7%, transparent 93%, #b2a796 93%);
    background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
  }

  .archeologicalSlide .headerBox .headerBoxTitle {
    width: 58vw;
    right: 10%;
    font-size: 8.5vw;
    color: #131550 !important;
    top: 24%;
    font-size: 9.5vw;
  }

  .archeologicalSlide .headerBox .headerBoxLink {
    width: 75%;
    bottom: -2%;
    right: 10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .archeologicalSlide .headerBox .headerBoxLink p {
    display: block;
    font-size: 3.2vw;
    width: auto;
    max-width: 33vw;
    color: #131550 !important;
    font-size: 4.2vw;
  }

  .archeologicalSlide .headerBox .headerBoxLink span {
    font-size: 3.8vw;
    padding: 2.5vw;
  }
}

@media (max-width: 480px) {
  .archeologicalSlide .headerBox {
    width: 81.06vw;
    height: 39.47vw;
    top: -8vw;
    background-size: 10px 100%, 100% 10px, 10px 100%, 100% 10px;
  }

  .archeologicalSlide .headerBox .headerBoxTitle {
    width: 65vw;
    font-size: 9.4vw;
    top: 24%;
    right: 10%;
    font-size: 10.4vw;
  }

  .archeologicalSlide .headerBox .headerBoxLink p {
    font-size: 3.8vw;
    max-width: 39vw;
    font-size: 4.8vw;
  }

  .archeologicalSlide .headerBox .headerBoxLink span {
    font-size: 5vw;
  }
}

.archeologicalSlide .featuredSite {
  position: absolute;
  width: 34.8vw;
  height: 55.2vh;
  top: 14.5vh;
  z-index: 20;
  right: 65vw;
}

.archeologicalSlide .featuredSite .featuredSiteImage {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.archeologicalSlide .featuredSite .archeologicalDescription {
  position: absolute;
  width: 62.55%;
  top: 45%;
  left: -7%;
  background-color: #131550;
  padding: 1.4vw;
  padding-bottom: .45vw;
}

.archeologicalSlide .featuredSite .archeologicalDescription .contentContainer {
  position: relative;
  min-height: 31vh;
  height: 100%;
  padding-bottom: 9vh;
  right: 65%;
}

.archeologicalSlide .featuredSite .archeologicalDescription .featuredSiteFigure {
  width: 15%;
}

.archeologicalSlide .featuredSite .archeologicalDescription .featuredSiteTitle {
  font-size: 4rem;
  font-weight: 700;
  color: #fff !important;
  margin-top: 1rem;
  line-height: 1.2;
  text-decoration: none;
}

.archeologicalSlide .featuredSite .archeologicalDescription .featuredSiteDisc {
  font: 100 1.8rem MarkaziText-Regular;
  color: #fff;
  margin-top: .5rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.archeologicalSlide .featuredSite .archeologicalDescription .toolsIconsCont {
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: solid #424473 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: .45vw;
  color: #fff;
}

.archeologicalSlide .featuredSite .archeologicalDescription .toolsIconsCont a {
  color: #fff !important;
  text-decoration: none;
}

.archeologicalSlide .featuredSite .archeologicalDescription .toolsIconsCont .viewWith {
  font-size: 1.7rem;
  border-left: solid #424473 1px;
  padding: .7vw;
  padding-right: 0;
  white-space: nowrap;
}

.archeologicalSlide .featuredSite .archeologicalDescription .toolsIconsCont .toolIcon {
  font-size: 1.5vw;
}

.archeologicalSlide .featuredSite .archeologicalDescription .toolsIconsCont .toolIcon.icon-degrees {
  font-size: 2.2vw;
}

.archeologicalSlide .featuredSite .archeologicalDescription .toolsIconsCont .toolIcon.icon-video-player {
  font-size: 1.9vw;
}

@media (max-width: 1900px) {
  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer {
    min-height: 34.5vh;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .featuredSiteTitle {
    font-size: 3.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .featuredSiteDisc {
    font-size: 1.5rem;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .toolsIconsCont .viewWith {
    font-size: 1.6rem;
  }
}

@media (max-width: 1600px) {
  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .featuredSiteTitle {
    line-height: 1.2;
    font-size: 2.8rem;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .featuredSiteDisc {
    font-size: 1.4rem;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .toolsIconsCont .viewWith {
    font-size: 1.45rem;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .featuredSiteTitle {
    font-size: 2.5rem;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .featuredSiteDisc {
    font-size: 1.3rem;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .toolsIconsCont .viewWith {
    font-size: 1.35rem;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .archeologicalSlide .featuredSite {
    height: 30vw;
    top: 11vw;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer {
    min-height: 17vw;
    padding-bottom: 5vw;
  }
}

@media (max-width: 1024px) {
  .archeologicalSlide .featuredSite {
    width: 38.57vw;
    height: 48vh;
    max-height: 36vw;
    top: 16vh;
    right: 85vw;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription {
    background: transparent;
    background-image: -webkit-gradient(linear, right top, right bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 6.5vh 4.5vw 1vw;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer {
    height: 100%;
    min-height: initial;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .featuredSiteFigure {
    width: 17%;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .featuredSiteTitle {
    font-size: 3vw;
    line-height: 1.3;
    font-size: 4vw;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .featuredSiteDisc {
    font-size: 1.34vw;
    line-height: 1.4;
    font-size: 2.34vw;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .toolsIconsCont {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 1vw;
    border-top: solid #525d63 1px;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .toolsIconsCont .viewWith {
    font-size: 1.34vw;
    border-left: solid #525d63 1px;
    padding-left: 2vw;
    font-size: 2.34vw;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .toolsIconsCont .toolIcon {
    font-size: 2.5vw;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .toolsIconsCont .toolIcon.icon-video-player {
    font-size: 2.9vw;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .archeologicalSlide .featuredSite {
    top: 21vw;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription {
    padding: 5.5vw 4.5vw 1vw;
  }
}

@media (max-width: 825px) {
  .archeologicalSlide .featuredSite {
    position: relative;
    width: 76.86vw;
    height: auto;
    max-height: initial;
    top: auto;
    right: auto;
    margin: auto;
    margin-top: -10vw;
  }

  .archeologicalSlide .featuredSite .featuredSiteImage {
    height: 67vw;
    display: block;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    margin: auto;
    background: #131550;
    background-image: none;
    padding: 5vw;
    padding-bottom: 2vw;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer {
    right: 0;
    padding-bottom: 0;
    min-height: initial;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .featuredSiteFigure {
    width: 15%;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .featuredSiteTitle {
    font-size: 7.3vw;
    line-height: 1.2;
    margin-top: 1.5rem;
    font-size: 8.3vw;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .featuredSiteDisc {
    font-size: 3.3vw;
    line-height: 1.4;
    margin-top: 1rem;
    font-size: 4.3vw;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .toolsIconsCont {
    margin-top: 2.5rem;
    padding-top: 2vw;
    position: relative;
    bottom: auto;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .toolsIconsCont .viewWith {
    font-size: 3.3vw;
    padding: 2vw;
    padding-left: 4vw;
    padding-right: 0;
    font-size: 4.3vw;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .toolsIconsCont .toolIcon {
    font-size: 5.7vw;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .toolsIconsCont .toolIcon.icon-video-player {
    font-size: 7vw;
  }
}

@media (max-width: 480px) {
  .archeologicalSlide .featuredSite {
    width: 81.86vw;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .featuredSiteTitle {
    font-size: 8.1vw;
    font-size: 9.1vw;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .featuredSiteDisc {
    font-size: 3.8vw;
    font-size: 4.8vw;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .toolsIconsCont .toolIcon {
    font-size: 6.5vw;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .toolsIconsCont .toolIcon.icon-video-player {
    font-size: 8vw;
  }

  .archeologicalSlide .featuredSite .archeologicalDescription .contentContainer .toolsIconsCont .viewWith {
    font-size: 3.8vw;
    padding-left: 1.5rem;
    font-size: 4.8vw;
  }
}

.archeologicalSlide .famousAntiquities {
  position: absolute;
  width: 61.6vw;
  height: 36vh;
  top: 64vh;
  right: 22vw;
  z-index: 10;
  background: #d6d1da;
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesTitle {
  position: absolute;
  width: 48rem;
  right: 56%;
  bottom: 34%;
  color: #131550;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesFigure {
  position: absolute;
  width: 6%;
  right: 56%;
  bottom: 63%;
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesObj {
  position: absolute;
  height: 14vh;
  bottom: 9vh;
  left: 40%;
  transform: scaleX(-1);
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesObj img {
  height: 100%;
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesGallery {
  position: absolute;
  width: 30.7vw;
  bottom: 35.3%;
  right: 50%;
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide>div {
  height: 100%;
  width: 100%;
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide.slick-active .galleryItem img {
  transform: translateY(0) !important;
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(odd) {
  width: 17.35vw !important;
  height: 42.2vh;
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(odd) img {
  transform: translateY(-100%);
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(odd) .galleryItem .itemLayer .antiquityDisc {
  -webkit-line-clamp: 7;
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(odd) .galleryItem:hover .itemLayer {
  padding-top: 6vh;
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(even) {
  width: 13.41vw !important;
  height: 23.2vh;
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(even) img {
  transform: translateY(100%);
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(even) .galleryItem .itemLayer .antiquityDisc {
  -webkit-line-clamp: 2;
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .galleryItem {
  display: block;
  position: relative;
  height: 100%;
  background: #131550;
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .galleryItem:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right bottom, right top, color-stop(28%, rgba(0, 0, 0, 0.5)), color-stop(50%, transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 28%, transparent 50%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 28%, transparent 50%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 28%, transparent 50%);
  z-index: 29;
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .galleryItem img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: opacity .8s;
  -o-transition: opacity .8s;
  transition: opacity .8s;
  opacity: .9;
  transition: all .6s ease;
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .galleryItem .itemLayer {
  display: inline-block;
  position: absolute;
  height: 5vw;
  bottom: .75vw;
  right: 0.75vw;
  left: 0.75vw;
  z-index: 30;
  color: #fff;
  border: 1px solid #9b8873;
  padding: 1vw;
  overflow: hidden;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .galleryItem .itemLayer .antiquityName {
  font-size: 2.4rem;
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: .5vw;
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .galleryItem .itemLayer .antiquityDisc {
  font: 100 1.6rem MarkaziText-Regular;
  margin-bottom: 0;
  line-height: 1.2;
  opacity: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .galleryItem .itemLayer .show {
  font-size: 5rem;
  color: #fff !important;
  display: block;
  margin: auto;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  margin-top: .5vh;
  opacity: 0;
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .galleryItem:hover img {
  opacity: .3;
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .galleryItem:hover .itemLayer {
  height: -webkit-calc(100% - 1.5vw);
  height: calc(100% - 1.5vw);
}

.archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .galleryItem:hover .itemLayer .antiquityDisc,
.archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .galleryItem:hover .itemLayer .show {
  opacity: 1;
}

.archeologicalSlide .famousAntiquities .galleryButtons {
  position: absolute;
  width: 13.41vw !important;
  height: 6.705vw !important;
  top: -6.7vw;
  right: 44.85vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.archeologicalSlide .famousAntiquities .galleryButtons a {
  position: relative;
  width: 50%;
  height: 100%;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.archeologicalSlide .famousAntiquities .galleryButtons a span {
  font-size: 2.5vw;
  transform: scaleX(-1);
  font-size: 3.5vw;
}

.archeologicalSlide .famousAntiquities .galleryButtons a.next {
  background-color: #131550;
}

.archeologicalSlide .famousAntiquities .galleryButtons a.next span {
  color: #998d7d;
}

.archeologicalSlide .famousAntiquities .galleryButtons a.back {
  background-color: #b7afc9;
}

.archeologicalSlide .famousAntiquities .galleryButtons a.back span {
  color: #7a788a;
}

@media (max-width: 1900px) {
  .archeologicalSlide .famousAntiquities .famousAntiquitiesTitle {
    font-size: 3.2rem;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .galleryItem .itemLayer .antiquityName {
    font-size: 2.2rem;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .galleryItem .itemLayer .antiquityDisc {
    font-size: 1.5rem;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .galleryItem .itemLayer .show {
    font-size: 4.5rem;
  }
}

@media (max-width: 1600px) {
  .archeologicalSlide .famousAntiquities .famousAntiquitiesObj {
    bottom: 24%;
    height: 7vw;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesTitle {
    width: 28rem;
    font-size: 2.8rem;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .galleryItem .itemLayer {
    height: 4.5vw;
    padding: .75vw;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .galleryItem .itemLayer .antiquityName {
    font-size: 1.7rem;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .galleryItem .itemLayer .antiquityDisc {
    font-size: 1.4rem;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .galleryItem .itemLayer .show {
    font-size: 3.7rem;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .archeologicalSlide .famousAntiquities .famousAntiquitiesTitle {
    font-size: 2.5rem;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide .itemLayer .antiquityName {
    font-size: 1.6rem;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide .itemLayer .antiquityDisc {
    font-size: 1.3rem;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide .itemLayer .show {
    font-size: 3.2rem;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .archeologicalSlide .famousAntiquities {
    height: 21vw;
    top: 37.5vw;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesObj {
    bottom: 28%;
    height: 7vw;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(odd) {
    height: 23vw;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(even) {
    height: 13.6vw;
  }
}

@media (max-width: 1024px) {
  .archeologicalSlide .famousAntiquities {
    width: 90.92vw;
    height: 34.6vh;
    max-height: 26vw;
    top: 66vh;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesTitle {
    font-size: 3vw;
    width: 37vw;
    right: 51%;
    bottom: 27%;
    font-size: 4vw;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesFigure {
    right: 51%;
    top: 7%;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesObj {
    height: 10vw;
    bottom: 28%;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery {
    width: 44.14vw;
    bottom: 27%;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .galleryItem .itemLayer {
    height: 7.5vw;
    padding: 1.6vw;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .galleryItem .itemLayer .antiquityName {
    font-size: 1.8vw;
    font-size: 2.8vw;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .galleryItem .itemLayer .antiquityDisc {
    font-size: 1.34vw;
    line-height: 1.3;
    font-size: 2.34vw;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .galleryItem .itemLayer .show {
    font-size: 4vw;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(odd) {
    width: 24.9vw !important;
    height: 46vh;
    max-height: 34vw;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(even) {
    width: 19.25vw !important;
    height: 25.1vh;
    max-height: 18.9vw;
  }

  .archeologicalSlide .famousAntiquities .galleryButtons {
    width: 19.39vw !important;
    height: 9.7vw !important;
    top: -9.6vw;
    right: 70vw;
  }

  .archeologicalSlide .famousAntiquities .galleryButtons a span {
    font-size: 4vw;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .archeologicalSlide .famousAntiquities {
    top: 58vw;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesTitle {
    bottom: 42%;
  }
}

@media (max-width: 825px) {
  .archeologicalSlide .famousAntiquities {
    position: relative;
    width: 100%;
    height: 83vw;
    max-height: initial;
    top: auto;
    right: auto;
    margin-top: 4vw;
    margin-bottom: 50vw;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesObj {
    display: none;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesTitle {
    width: 55vw;
    right: 10%;
    bottom: 61%;
    font-size: 5.7vw;
    font-size: 6.7vw;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesFigure {
    width: 14%;
    right: 10%;
    top: 5%;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery {
    width: 42vw;
    top: 43%;
    right: 10%;
    display: block;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-list {
    overflow: visible !important;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide {
    margin-left: 0.5rem;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(odd),
  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(even) {
    width: initial !important;
    height: 59vw;
    max-height: initial;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(odd) .galleryItem,
  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(even) .galleryItem {
    width: 42vw !important;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(odd) .galleryItem img,
  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(even) .galleryItem img {
    transform: none !important;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(odd) .galleryItem:hover .itemLayer,
  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(even) .galleryItem:hover .itemLayer {
    padding-top: 2vw;
    height: -webkit-calc(100% - 4vw);
    height: calc(100% - 4vw);
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(odd) .itemLayer,
  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(even) .itemLayer {
    bottom: 2vw;
    right: 2vw;
    left: 2vw;
    height: 15.5vw;
    padding: 2.5vw;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(odd) .itemLayer .antiquityName,
  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(even) .itemLayer .antiquityName {
    font-size: 4.5vw;
    line-height: 1.2;
    width: auto;
    font-size: 5.5vw;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(odd) .itemLayer .antiquityDisc,
  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(even) .itemLayer .antiquityDisc {
    font-size: 2.8vw;
    -webkit-line-clamp: 7;
    font-size: 3.8vw;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(odd) .itemLayer .show,
  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(even) .itemLayer .show {
    font-size: 7.5vw;
  }

  .archeologicalSlide .famousAntiquities .galleryButtons {
    display: none;
  }
}

@media (max-width: 480px) {
  .archeologicalSlide .famousAntiquities .famousAntiquitiesTitle {
    font-size: 6.5vw;
    width: 66vw;
    bottom: 57%;
    font-size: 7.5vw;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery {
    width: 50vw;
    top: 48%;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide {
    margin-left: 0.3rem;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(odd),
  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(even) {
    height: 66.9vw;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(odd) .galleryItem,
  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(even) .galleryItem {
    width: 50vw !important;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(odd) .galleryItem:hover .itemLayer,
  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(even) .galleryItem:hover .itemLayer {
    padding-top: 3.5vw;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(odd) .itemLayer,
  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(even) .itemLayer {
    height: 19.5vw;
    padding: 3.5vw;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(odd) .itemLayer .antiquityName,
  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(even) .itemLayer .antiquityName {
    font-size: 5.5vw;
    font-size: 6.5vw;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(odd) .itemLayer .antiquityDisc,
  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(even) .itemLayer .antiquityDisc {
    font-size: 3.5vw;
    font-size: 4.5vw;
  }

  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(odd) .itemLayer .show,
  .archeologicalSlide .famousAntiquities .famousAntiquitiesGallery .slick-slide:nth-child(even) .itemLayer .show {
    font-size: 11vw;
    margin-top: 2vw;
  }
}

/* *************************************** */
/* *************************************** */
.archeologicalSlide.animate .headerBox,
.archeologicalSlide.animateFast .headerBox {
  -webkit-animation: headeBoxAnimationOnScroll 4s forwards;
  animation: headeBoxAnimationOnScroll 4s forwards;
  /*.headerBoxTitle, .headerBoxLink p {
            color: $primaryColor !important;
        }*/
}

@media (max-width: 1024px) {

  .archeologicalSlide.animate .headerBox,
  .archeologicalSlide.animateFast .headerBox {
    right: 9.08vw;
  }
}

.archeologicalSlide.animate .backgroundObjectCenter,
.archeologicalSlide.animateFast .backgroundObjectCenter {
  right: 38vw !important;
  transition: right 3s ease-out 0s;
}

.archeologicalSlide.animate .featuredSite,
.archeologicalSlide.animateFast .featuredSite {
  right: 49vw !important;
  transition: right 2s ease-out 1s;
}

.archeologicalSlide.animate .featuredSite .archeologicalDescription .contentContainer,
.archeologicalSlide.animateFast .featuredSite .archeologicalDescription .contentContainer {
  right: 0% !important;
  transition: right 2s ease-out 1s;
}

@media (max-width: 1024px) {

  .archeologicalSlide.animate .featuredSite,
  .archeologicalSlide.animateFast .featuredSite {
    right: 55.56vw !important;
    transition: right 2s ease-out 0.5s;
  }
}

.archeologicalSlide.animate .famousAntiquities,
.archeologicalSlide.animateFast .famousAntiquities {
  right: 10vw !important;
  transition: right 2s ease-out 1s;
}

.archeologicalSlide.animate .famousAntiquities .famousAntiquitiesObj,
.archeologicalSlide.animateFast .famousAntiquities .famousAntiquitiesObj {
  left: -6% !important;
  transition: left 3s ease-out 0s;
}

.archeologicalSlide.animate .famousAntiquities .famousAntiquitiesGallery,
.archeologicalSlide.animateFast .famousAntiquities .famousAntiquitiesGallery {
  right: 4% !important;
  transition: right 2s ease-out 0s;
}

.archeologicalSlide.animate .famousAntiquities .galleryButtons,
.archeologicalSlide.animateFast .famousAntiquities .galleryButtons {
  right: 19.75vw !important;
  transition: right 2s ease-out 0.7s;
}

@media (max-width: 1024px) {

  .archeologicalSlide.animate .famousAntiquities,
  .archeologicalSlide.animateFast .famousAntiquities {
    right: 9.08vw !important;
    transition: right 2s ease-out 0.5s;
  }

  .archeologicalSlide.animate .famousAntiquities .famousAntiquitiesObj,
  .archeologicalSlide.animateFast .famousAntiquities .famousAntiquitiesObj {
    left: 3% !important;
    transition: left 2s ease-out 1s;
  }

  .archeologicalSlide.animate .famousAntiquities .famousAntiquitiesGallery,
  .archeologicalSlide.animateFast .famousAntiquities .famousAntiquitiesGallery {
    right: 1px !important;
    transition: right 2s ease-out 0.5s;
  }

  .archeologicalSlide.animate .famousAntiquities .galleryButtons,
  .archeologicalSlide.animateFast .famousAntiquities .galleryButtons {
    right: 24.9vw !important;
    transition: right 2s ease-out 0.5s;
  }
}

.subPortalInners .innerMainBgCont {
  background: #fbf7f0 url("/Style Library/subPortal/images/subPortalInnerBg.png") top center no-repeat;
  background-size: 100% auto;
}

@media all and (-ms-high-contrast: none) {
  .innerMainBgCont {
    display: block !important;
  }

  /* IE10 */
  *::-ms-backdrop,
  .innerMainBgCont {
    display: block !important;
  }

  /* IE11 */
}

.innerMainBgCont {
  background: url("/Style Library/images/innerBackground.jpg") top center no-repeat, #e8e1d7;
  position: relative;
  top: 0px;
  background-size: 100% auto;
  background-position: top right;
  padding: 19vh 0 3rem;
  height: 100%;
  min-height: 100vh;
  display: inline-block;
  width: 100%;
}

@media (max-width: 1280px) {
  .innerMainBgCont {
    padding-top: 14rem !important;
  }
}

@media (max-width: 480px) {
  .innerMainBgCont {
    padding-top: 12rem !important;
  }
}

.innerMainBgCont.childColoring {
  background:
    linear-gradient(rgba(244, 240, 235, 0.5), rgba(244, 240, 235, 0.5)),
    url("/Style Library/images/Coloring-Game-Background.png") center center no-repeat;
  background-color: #f4f0eb;
  background-size: 100%;
  background-position: top right;
}

.innerMainBgCont.childMummy {
  background: url("/Style Library/images/childMummyBg.jpg") center center no-repeat, #f3f0eb;
  background-size: 100%;
  background-position: top right;
}

/*BreadCrumb*/
.breadcrumbCont {
  margin-top: 1vh;
  /*z-index: 1000;*/
}

.breadcrumbCont ul {
  list-style: none;
  display: flex;
  align-items: center;
}

.breadcrumbCont ul li.homeIcon a span:before {
  font-size: 2.4rem;
  text-decoration: none;
  color: #131550;
}

.breadcrumbCont ul li.homeIcon a:hover {
  text-decoration: none;
}

.breadcrumbCont ul li.breadcrumbSep {
  margin: 0 0.65rem;
  font-size: 1.7rem;
  color: #131550;
}

.breadcrumbCont ul li.breadcrumbNode a {
  font: 400 1.6rem MarkaziText-Regular;
  color: #131550;
}

/*main page title*/
.mainPageTitle {
  display: flex;
  width: 100%;
  margin-top: 1.3rem;
  margin-right: 0;
}

.mainPageTitle h1 {
  font: 700 4.9rem MarkaziText-Bold;
  color: #131550;
  line-height: 5rem;
  text-align: justify;
  /*white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/
}

.mainPageDescription {
  display: flex;
  width: 100%;
  font: 400 1.8rem/2.5rem MarkaziText-Regular;
  color: #131550;
}

.mainPageDescription.aboutUs {
  width: 100%;
}

.mainPageDescription.faqs {
  font-weight: 700;
  margin-top: 4rem;
}

.loadMoreListingCont {
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  border: solid #131550 1px;
}

.loadMoreListingCont:hover {
  text-decoration: none;
}

.loadMoreListingCont .loadImg {
  border-left: solid #131550 1px;
  margin: 0.3rem 0;
  padding: 0 0.5rem;
}

.loadMoreListingCont .loadMoreTxt {
  font: 400 1.6rem MarkaziText-Bold;
  color: #131550;
  padding: 0 0.5rem;
}

.alignCenter {
  width: 100%;
  display: flex;
  justify-content: center;
}

/**************************************/
/*Styling inner pages for main header*/
/**************************************/
#header.innerPage.stickyMain .logoContainer a div img {
  /*height: 8vh;*/
}

#header.innerPage.stickyMain .menuContainer {
  background: #fff;
}

/*#header.innerPage.stickyMain > *{
    transform:scale(0.94)
}
#header.innerPage.stickyMain .menuContainer {
    transform: scale(1)
}*/
/******************************************/
/*End Styling inner pages for main header*/
/*****************************************/
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 100%;
  max-width: 1510px;
  margin: 0 auto;
}

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-timeline-content .imgContainer {
  /*flex-grow: 3;*/
  align-items: center;
  /*justify-content: center;*/
}

.cd-timeline-content .imgContainer img {
  height: 245px;
  width: 240px;
  object-fit: cover;
}

.cd-timeline-content .contentContianer {
  flex-grow: 5;
  padding: 2rem;
  padding-bottom: 4rem;
  position: relative;
}

.linesBtwCont {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  flex-direction: column;
  z-index: 100;
}

.linesBtwCont:after {
  content: '';
  position: absolute;
  top: 4.3vh;
  height: 111%;
  width: 1px;
  background: #202060;
  left: 44%;
}

.drawLinesBtw {
  position: relative;
  width: 60px;
  height: 50px;
}

.drawLinesBtw:before {
  content: "";
  position: absolute;
  width: 30px;
  left: 10px;
  border-top: 1px solid #131550;
  top: 7vh;
}

.drawLinesBtw:after {
  content: "";
  position: absolute;
  width: 30px;
  left: 10px;
  border-top: 1px solid #131550;
  top: 10vh;
}

.linesBtwCont.is-hidden {
  display: none;
}

#cd-timeline {
  position: relative;
  /*padding: 2em 0;*/
  margin-top: 4em;
  margin-bottom: 2em;
}

/*#cd-timeline::before {
    this is the vertical line
    content: '';
    position: absolute;
    top: 4.3vh;
    left: 18px;
    height: 87%;
    width: 1px;
    background: #202060; 
}*/
#cd-timeline {
  /*margin-top: 3em;
        margin-bottom: 3em;*/
}

#cd-timeline::before {
  left: 50%;
  margin-left: -2px;
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

.cd-timeline-block:last-child .linesBtwCont {
  display: none;
}

.cd-timeline-img {
  position: absolute;
  top: 10vh;
  left: 50vw;
  top: 1vh;
  height: 2px;
}

.cd-timeline-img:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  left: 0px;
  border-top: 2px solid #131550;
}

.cd-timeline-img:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 40px;
  border-top: 2px solid #131550;
}

.cd-timeline-block {
  /*margin: -4em 0;*/
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

.cd-timeline-img {
  width: 60px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.cssanimations .cd-timeline-img.is-hidden {
  visibility: hidden;
}

.cssanimations .cd-timeline-img.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-1 0.6s;
  -moz-animation: cd-bounce-1 0.6s;
  animation: cd-bounce-1 0.6s;
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: 0.25em;
  min-height: 245px;
  box-shadow: 5px 5px 20px #dbd8d3;
  top: 1vh;
}

.cd-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}

.cd-timeline-content h2 {
  color: #000;
  font-family: MarkaziText-Regular;
  font-size: 3rem;
  text-transform: uppercase;
}

.cd-timeline-content h3 {
  color: #000;
  font-size: 2.2rem;
  font-family: MarkaziText-Regular;
  text-transform: uppercase;
}

.cd-timeline-content p {
  font-family: MarkaziText-Regular;
  font-size: 1.4rem;
}

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
  color: #000 !important;
}

.cd-timeline-content .cd-read-more {
  padding: 1.2rem 1.6rem;
  border: solid #d4d1d3 1px;
  color: #000000;
  border-radius: 0.25em;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  bottom: 1vw;
  font-family: MarkaziText-Regular;
  font-size: 1.24rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cd-timeline-content .cd-read-more:hover {
  text-decoration: none;
}

@media (max-width: 480px) {

  .cd-timeline-content:nth-child(odd) .cd-read-more,
  .cd-timeline-content:nth-child(even) .cd-read-more {
    bottom: 3vw;
  }
}

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #131550;
  border: solid #131550 1px;
  color: #fff;
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-right: 7px solid #ffffff;
}

.cd-timeline-content {
  margin-left: 0;
  width: 46%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
}

.cd-timeline-block:nth-child(even) .cd-timeline-content {
  float: left;
  flex-direction: row-reverse;
}

.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
  top: 24px;
  right: auto !important;
  left: 100% !important;
  border-color: transparent;
  border-left-color: #ffffff;
}

.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
  float: right;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cssanimations .cd-timeline-content.is-hidden {
  visibility: hidden;
}

.cssanimations .cd-timeline-content.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-2 0.6s;
  -moz-animation: cd-bounce-2 0.6s;
  animation: cd-bounce-2 0.6s;
}

/* inverse bounce effect on even content blocks */
.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
  -webkit-animation: cd-bounce-2-inverse 0.6s;
  -moz-animation: cd-bounce-2-inverse 0.6s;
  animation: cd-bounce-2-inverse 0.6s;
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 1600px) {
  #header.innerPage .menuContainer {
    width: 100vw !important;
  }

  .cd-timeline-content {
    /*.imgContainer {
            img {
                height: 200px
            }
        }*/
  }

  .cd-timeline-content .cd-read-more {
    font-size: 1rem;
    padding: 1rem 1.2rem;
  }

  .cd-timeline-content h2 {
    font-size: 2.5rem;
  }

  .cd-timeline-content h3 {
    font-size: 1.6rem;
  }

  .cd-timeline-content p {
    font-size: 1.2rem;
  }

  #cd-timeline::before {
    top: 4.3vh;
  }

  .linesBtwCont:after {
    top: 3.3vh !important;
  }

  .cd-timeline-img {
    top: -1vh !important;
  }

  .menuOpened .breadcrumbCont {
    z-index: 10;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .cd-timeline-content {
    top: -1vh;
  }

  .menuOpened .breadcrumbCont {
    z-index: 10;
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {

  /*#cd-timeline {
        &::before {
            left: 0px;
            top: 29.5px;
        }
    }

    .linesBtwCont {
        left: 0px;
        top: 0px;
    }

    .cd-timeline-img {
        left: 0px;
        top: 0px;
    }

    .cd-timeline-content {
        width: 90%;
        float: left;
        min-height: 200px;
        flex-direction: initial$imp;

        &:before {
            left: auto;
            border-left-color: $primaryColor$imp;
            border-left-color: transparent;
        }
    }

    .cd-timeline-block {
        flex-direction: initial$imp;
        float: left;

        &:before {
            left: auto;
            border-left-color: transparent;
            border-left-color: $primaryColor;
        }
    }*/
  #header.innerPage .menuContainer,
  #header.innerPage .menuContainer.sticky {
    height: 13rem !important;
  }

  #header.innerPage .menuContainer .burger,
  #header.innerPage .menuContainer.sticky .burger {
    height: 13rem !important;
  }

  #header.innerPage .logoContainer a .imgCont {
    height: 7rem !important;
  }

  #header.innerPage .logoContainer a .txtCont .logoLgTxt {
    font-size: 2.2rem !important;
  }

  .menuOpened .breadcrumbCont {
    z-index: 10;
  }

  .cd-timeline-img {
    top: 1vh !important;
  }

  .linesBtwCont:after {
    top: 4.9vh !important;
  }

  .cd-timeline-content {
    top: 1vh;
  }
}

@media (max-width: 1280px) {
  .menuOpened .breadcrumbCont {
    z-index: 10;
  }

  .linesBtwCont:after {
    top: 4vh !important;
  }

  .drawLinesBtw:before {
    top: 8vh;
  }

  .drawLinesBtw:after {
    top: 12vh;
  }
}

@media (max-width: 1024px) {
  .menuOpened .breadcrumbCont {
    z-index: 10;
  }

  .mainPageDescription {
    width: 100%;
  }

  .cd-timeline-img,
  .linesBtwCont {
    display: none;
  }

  #cd-timeline:before {
    content: "";
    background-color: transparent !important;
  }

  .cd-timeline-content {
    width: 100%;
    min-height: 200px;
  }

  .cd-timeline-content:before {
    border: none !important;
  }

  #header.innerPage .menuContainer {
    height: 11rem !important;
  }

  #header.innerPage .menuContainer .burger {
    height: 11rem !important;
  }

  #header.innerPage .logoContainer {
    top: 1.5rem !important;
  }

  #header.innerPage .logoContainer a .imgCont {
    height: 6.5rem !important;
  }

  #header.innerPage .logoContainer a .txtCont .logoLgTxt {
    margin-left: 1.5rem !important;
  }

  #header.innerPage .headerLinksStatic {
    top: 3.3rem !important;
  }
}

@media (max-width: 825px) {
  .menuOpened .breadcrumbCont {
    z-index: 10;
  }

  #cd-timeline {
    margin-top: 0px;
  }

  #header.innerPage .logoContainer {
    top: 4.6vh;
  }

  #header.innerPage .headerLinksStatic {
    /*top: 3rem$imp;*/
  }
}

@media (max-width: 750px) {
  .menuOpened .breadcrumbCont {
    z-index: 10;
  }

  #header.innerPage .menuContainer,
  #header.innerPage .menuContainer.sticky {
    height: 11rem !important;
  }

  #header.innerPage .menuContainer .burger,
  #header.innerPage .menuContainer.sticky .burger {
    height: 11rem !important;
  }

  #header.innerPage .logoContainer {
    width: auto !important;
    top: 1.5rem !important;
  }

  #header.innerPage .headerLinksStatic {
    /*top: 3rem$imp;*/
  }

  .mainPageDescription {
    width: 100%;
  }

  .mainPageTitle h1 {
    font-size: 3.9rem;
  }

  .breadcrumbCont {
    margin-top: 0px;
  }

  .cd-timeline-img,
  .linesBtwCont {
    display: none;
  }

  #cd-timeline:before {
    content: "";
    background-color: transparent !important;
  }

  .cd-timeline-Block:nth-child(even) .cd-timeline-content {
    flex-direction: column !important;
  }

  .cd-timeline-content {
    width: 100%;
    min-height: 200px;
    flex-direction: column !important;
  }

  .cd-timeline-content .imgContainer {
    width: 100%;
  }

  .cd-timeline-content .imgContainer img {
    height: auto;
    object-fit: contain;
    display: inline-block;
    width: 100%;
  }

  .cd-timeline-content:before {
    border: none !important;
  }

  .breadcrumbCont ul li.breadcrumbNode a {
    font-size: 1.4rem;
  }

  #cd-timeline {
    margin-top: 0px;
  }
}

@media (max-width: 480px) {

  #header.innerPage .menuContainer,
  #header.innerPage .menuContainer.sticky {
    height: 9rem !important;
  }

  #header.innerPage .menuContainer .burger,
  #header.innerPage .menuContainer.sticky .burger {
    height: 9rem !important;
  }

  #header.innerPage .logoContainer a .imgCont {
    height: 5.5rem !important;
  }

  .menuOpened .breadcrumbCont {
    z-index: 10;
  }

  .cd-timeline-content .contentContianer {
    padding-bottom: 12vw;
  }

  .cd-timeline-content .imgContainer img {
    /*width: 290px*/
  }

  .breadcrumbCont ul li.breadcrumbNode a {
    font-size: 1.4rem;
  }
}

.periodDetailsCont .headerBox .topBottomBorders::before {
  top: 0px;
  height: 18px;
  width: 100%;
  position: absolute;
  content: "";
  background: #bfb9af;
  /* Old browsers */
  background: -moz-linear-gradient(right, #bfb9af 1%, #d0c9be 16%, #ded7cb 31%, #f9f6ef 57%, #faf7f0 78%, #e0d9d0 100%);
  background: -webkit-linear-gradient(right, #bfb9af 1%, #d0c9be 16%, #ded7cb 31%, #f9f6ef 57%, #faf7f0 78%, #e0d9d0 100%);
  background: linear-gradient(to left, #bfb9af 1%, #d0c9be 16%, #ded7cb 31%, #f9f6ef 57%, #faf7f0 78%, #e0d9d0 100%);
  /*background: linear-gradient(to left, $headerBox-1 20%, $headerBox-2 50%, $headerBoxLight-3 100%);
                background: -webkit-linear-gradient(to left, $headerBox-1 20%, $headerBox-2 50%, $headerBoxLight-3 100%);
                background: -moz-linear-gradient(to right, $headerBox-1 20%, $headerBox-2 50%, $headerBoxLight-3 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfb9af', endColorstr='#e0d9d0', GradientType=1);
  /* IE6-9 */
}

.periodDetailsCont .headerBox .topBottomBorders::after {
  bottom: 0px;
  height: 18px;
  width: 100%;
  position: absolute;
  content: "";
  background: #bfb9af;
  /* Old browsers */
  background: -moz-linear-gradient(right, #bfb9af 1%, #d0c9be 16%, #ded7cb 31%, #f9f6ef 57%, #faf7f0 78%, #e0d9d0 100%);
  background: -webkit-linear-gradient(right, #bfb9af 1%, #d0c9be 16%, #ded7cb 31%, #f9f6ef 57%, #faf7f0 78%, #e0d9d0 100%);
  background: linear-gradient(to left, #bfb9af 1%, #d0c9be 16%, #ded7cb 31%, #f9f6ef 57%, #faf7f0 78%, #e0d9d0 100%);
  /*background: linear-gradient(to left, $headerbox-1 20%, $headerbox-2 50%, $headerboxlight-3 100%);
                background: -webkit-linear-gradient(to left, $headerbox-1 20%, $headerbox-2 50%, $headerboxlight-3 100%);
                background: -moz-linear-gradient(to right, $headerbox-1 20%, $headerbox-2 50%, $headerboxlight-3 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfb9af', endColorstr='#e0d9d0', GradientType=1);
  /* IE6-9 */
}

.periodDetailsCont .headerBox .rightLeftBorders:before {
  right: 0px;
  height: 100%;
  width: 18px;
  position: absolute;
  content: "";
  background: #c3bcb2;
  /*background: $headerBox-1;*/
  /* c3bcb2 Old browsers */
}

.periodDetailsCont .headerBox .rightLeftBorders:after {
  left: 0px;
  height: 100%;
  width: 18px;
  position: absolute;
  content: "";
  background: #e5ded6;
  /*background: $headerBoxLight-3;*/
  /* #e5ded6 Old browsers */
}

.periodDetailsCont .descriptionImageCont {
  width: 100%;
  margin-top: 2rem;
}

.periodDetailsCont .descriptionImageCont .headerBox {
  position: absolute;
  z-index: 100;
  width: 39%;
  height: 68%;
  /*float: right;*/
}

.periodDetailsCont .descriptionImageCont .imageCont {
  position: absolute;
  right: 2.5vw;
  top: 2.5vw;
  z-index: 200;
  width: 44.5%;
  height: 36rem;
}

.periodDetailsCont .descriptionImageCont .imgDetailsArch {
  height: 100%;
  width: 100%;
  height: 100%;
  /*width: 670px;*/
  object-fit: cover;
}


.periodDetailsCont .descriptionImageCont.publicationCont .imgDetailsArch {
  object-fit: contain;
}

.periodDetailsCont .descriptionImageCont .DescriptionSection {
  width: 54.7%;
  float: left;
  background-color: rgba(255, 255, 255, 0.71);
  margin-right: 5vw;
  color: #131550;
  font: 100 2.4rem/3.3rem MarkaziText-Bold;
}

.periodDetailsCont .descriptionImageCont .DescriptionSection .Notes {
  border: solid #131550 1px;
  padding: 2rem;
  margin: 4.7rem 6.6rem 0 3.6rem;
}

.periodDetailsCont .descriptionImageCont .DescriptionSection .itemDetails {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 5% 10% 5% 5%;
  min-height: 44rem;
}

.periodDetailsCont .descriptionImageCont .DescriptionSection .itemDetails>.gettingHere {
  color: #000;
  font: 600 5.35rem MarkaziText-Bold;
  margin-bottom: 0;
}

@media (max-width: 1600px) {
  .periodDetailsCont .descriptionImageCont .DescriptionSection .itemDetails>.gettingHere {
    font-size: 4rem;
  }
}

@media (max-width: 1024px) {
  .periodDetailsCont .descriptionImageCont .DescriptionSection .itemDetails>.gettingHere {
    font-size: 3.5rem;
  }
}

@media (max-width: 825px) {
  .periodDetailsCont .descriptionImageCont .DescriptionSection .itemDetails>.gettingHere {
    font-size: 5.5vw;
  }
}

@media (max-width: 480px) {
  .periodDetailsCont .descriptionImageCont .DescriptionSection .itemDetails>.gettingHere {
    font-size: 6.5vw;
  }
}

.periodDetailsCont .descriptionImageCont .DescriptionSection .linksCont {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.periodDetailsCont .descriptionImageCont .DescriptionSection .linksCont a {
  color: #131550 !important;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  margin-right: 3rem;
}

@media (max-width: 480px) {
  .periodDetailsCont .descriptionImageCont .DescriptionSection .linksCont a {
    margin-right: 1rem;
  }
}

.periodDetailsCont .descriptionImageCont .DescriptionSection .linksCont a span {
  margin-left: .8rem;
  color: #fff;
  background: #131550;
  border-radius: 50%;
  /*padding: 1.25rem;*/
  font-weight: 700;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
}

.periodDetailsCont .descriptionImageCont .DescriptionSection .itemInfo {
  color: #131550;
  padding: 1rem 0;
  font: 600 1.6rem MarkaziText-Bold;
  border-top: 1px solid #ebebed;
  border-bottom: 1px solid #ebebed;
  margin-bottom: 2rem;
}

.periodDetailsCont .descriptionImageCont .DescriptionSection .itemInfo p {
  /*margin-top: 1rem;*/
  margin-bottom: 0;
}

.periodDetailsCont .descriptionImageCont .DescriptionSection .itemInfo p:first-child {
  margin: 0;
}

.periodDetailsCont .descriptionImageCont .DescriptionSection .itemInfo p span {
  font-weight: 100;
}

.periodDetailsCont .descriptionImageCont .DescriptionSection .itemInfo a {
  font-weight: 500;
  color: #2e3192;
}

.periodDetailsCont .descriptionImageCont .DescriptionSection .itemInfo a:hover {
  color: #131550;
}

.periodDetailsCont .descriptionImageCont .DescriptionSection .itemInfo .additionalInfo {
  display: flex;
  margin-top: 1rem;
}

.periodDetailsCont .descriptionImageCont .DescriptionSection .itemInfo .additionalInfo p {
  margin-left: 1rem;
  margin-top: 0;
}

.periodDetailsCont .descriptionImageCont .DescriptionSection .txtSection {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  overflow: auto;
  color: #131550;
  padding-left: 1rem;
  height: 12rem;
  flex-grow: 1;
}

.periodDetailsCont .descriptionImageCont .DescriptionSection .txtSection .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #131550 !important;
  width: 9px;
  border-radius: 0px;
}

.periodDetailsCont .descriptionImageCont .DescriptionSection .txtSection .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #bcb2a3;
  width: 9px;
  border-radius: 0px;
}

.periodDetailsCont .descriptionImageCont.withoutDescriptionSection .DescriptionSection .Notes {
  display: none;
}

.periodDetailsCont .descriptionImageCont.withoutDescriptionSection .DescriptionSection .periodTxtCont {
  height: 45rem;
  padding: 4vh 9.2vh 2.2vh 6.5vh;
  /*padding: 4rem 6.5rem 2.2rem 9.2rem;*/
}

.periodDetailsCont .descriptionImageCont.withoutDescriptionSection .headerBox {
  top: 0px;
}

.periodDetailsCont .descriptionImageCont.withBtn .DescriptionSection .Notes {
  display: none;
}

.periodDetailsCont .descriptionImageCont.withBtn .DescriptionSection .periodTxtCont {
  height: 440px;
  padding: 5vh 9vh 4.2vh 4vh;
  /*padding: 4rem 6.5rem 4.2rem 9.2rem;*/
}

.periodDetailsCont .descriptionImageCont.withBtn .DescriptionSection .portalBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 22rem;
  background: transparent;
  padding: 1.5vh 4vh;
  padding: 0.7rem 2rem 0.7rem 0.7rem;
  margin-top: 1rem;
  color: #131550;
  border: solid #131550 1px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /*a {
                    color: #fff;
                    text-align: center;
                    font: normal 2.4rem $mainFontFamily;
                    width: 100%;
                    padding: 2.2rem;
                    display: block;
                    border: solid $primaryColor 1px;
                    @include transitionThree(all,0.3s,linear);
                }*/
}

.periodDetailsCont .descriptionImageCont.withBtn .DescriptionSection .portalBtn .icon-next {
  color: #131550;
  font-size: 1.8rem;
  font-weight: 700;
  padding: .5rem 1rem;
  vertical-align: sub;
  border-right: 2px solid #dfdacf;
}

.periodDetailsCont .descriptionImageCont.withBtn .DescriptionSection .portalBtn:hover {
  text-decoration: none;
  border: solid #131550 1px;
  background: #131550;
}

.periodDetailsCont .descriptionImageCont.withBtn .DescriptionSection .portalBtn:hover span {
  color: #fff;
}

.periodDetailsCont .descriptionImageCont.withBtn .headerBox {
  top: 0px;
}

.periodDetailsCont .descriptionImageCont.periodFromTo .dateFromToCont {
  position: absolute;
  right: 3.7rem;
  bottom: 13.5%;
  z-index: 200;
  display: flex;
  background-color: #342f73;
  padding: 5.5rem 6.2rem;
  width: 38.1%;
  justify-content: center;
}

.periodDetailsCont .descriptionImageCont.periodFromTo .dateFromToCont .periodFrom,
.periodDetailsCont .descriptionImageCont.periodFromTo .dateFromToCont .backslash,
.periodDetailsCont .descriptionImageCont.periodFromTo .dateFromToCont .periodTo {
  font: 100 4.8rem MarkaziText-Regular;
  color: #fff;
}

.periodDetailsCont .descriptionImageCont.periodFromTo .dateFromToCont .backslash {
  margin: 0 1rem;
}

.periodDetailsCont .descriptionImageCont.periodFromTo .DescriptionSection {
  display: flex;
  width: 64% !important;
  margin-right: -3vw;
}

.periodDetailsCont .descriptionImageCont.periodFromTo .DescriptionSection .Notes {
  display: none;
}

.periodDetailsCont .descriptionImageCont.periodFromTo .DescriptionSection .periodTxtCont {
  height: 100% !important;
  display: flex;
  flex-direction: column;
  padding: 2vh 9vh 2vh 3.5vh !important;
  width: 70%;
}

.periodDetailsCont .descriptionImageCont.periodFromTo .DescriptionSection .periodTxtCont .txtSection {
  height: 30rem;
}

.periodDetailsCont .descriptionImageCont.periodFromTo .DescriptionSection .periodImgCont {
  position: relative;
  top: 2vh;
  left: 1vw;
}

.periodDetailsCont .descriptionImageCont.periodFromTo .DescriptionSection .periodImgCont img {
  max-width: 100%;
  max-height: 100%;
  height: 400px;
  width: 335px;
  object-fit: cover;
}

.periodDetailsCont .descriptionImageCont.periodFromTo .headerBox {
  height: 68%;
  bottom: 0px;
}

.periodDetailsCont .monuments {
  margin-top: 3.2rem;
}

.periodDetailsCont .monuments .swiper-wrapper {
  margin-left: -38%;
}

.periodDetailsCont .monuments .headerBox {
  position: relative;
  z-index: 100;
  width: 78.4vw;
  /*height: 53vh;*/
  height: 500px;
  /*float: right;*/
}

.periodDetailsCont .monuments .deatailsMainTitle {
  color: #131550;
  font: 700 8rem MarkaziText-Bold;
  top: 40px;
  right: 40px;
  position: absolute;
}

.periodDetailsCont .monuments .monumentsSlider {
  height: 100%;
  position: relative;
  top: 2vh;
  /*overflow: hidden;*/
  text-align: center;
  /*display: flex;*/
  align-items: center;
  margin: 0 2vw;
  /*direction: rtl$imp;*/
}

.periodDetailsCont .monuments .monumentsSlider .swiper-wrapper {
  height: 100%;
  width: 100%;
}

.periodDetailsCont .monuments .monumentsSlider .slick-slide {
  text-align: center;
  background: #fff;
  padding: 1rem;
  height: 70%;
  margin: 12rem 7rem 0;
  transition: all 0.3s ease;
}

.periodDetailsCont .monuments .monumentsSlider .slick-slide .slick-current {
  transition: all 0.3s ease;
  margin-top: 8rem;
  height: 90.3% !important;
}

.periodDetailsCont .monuments .monumentsSlider .slick-slide .slick-current .monumentsDescription {
  font: 100 1.8rem/2.7rem MarkaziText-Regular;
  color: #131550;
  display: inline-block;
  width: 100%;
  margin-top: 1.4rem;
}

.periodDetailsCont .monuments .monumentsSlider .slick-slide .slick-current .monumentsBrief {
  font: 100 1.6rem/2rem MarkaziText-Regular;
  color: #131550;
  display: inline-block !important;
  width: 100%;
  margin-top: 2.5rem;
}

.periodDetailsCont .monuments .monumentsSlider .slick-slide .slick-current .monumentsItemBtn {
  display: flex !important;
  background-color: #131550;
  width: 100%;
  flex-direction: initial;
  align-items: center;
  justify-content: center;
  padding: 0.6rem;
  margin-top: 2.6rem;
  border: solid #474b58 1px;
}

.periodDetailsCont .monuments .monumentsSlider .slick-slide .slick-current .monumentsItemBtn .loadMoreTxt {
  color: #fff;
  font: normal 1.6rem/3rem MarkaziText-Bold;
  padding: 0 3.2rem;
  border-left: solid #414372 1px;
}

.periodDetailsCont .monuments .monumentsSlider .slick-slide .slick-current .monumentsItemBtn .kartImg {
  padding: 0 2.5rem;
}

.periodDetailsCont .monuments .monumentsSlider .slick-slide .slick-current .monumentsItemBtn .kartImg .icon-shopkart:before {
  font-size: 2.5rem;
}

.periodDetailsCont .monuments .monumentsSlider .slick-slide .slick-current .monumentsItemBtn:hover,
.periodDetailsCont .monuments .monumentsSlider .slick-slide .slick-current .monumentsItemBtn:focus,
.periodDetailsCont .monuments .monumentsSlider .slick-slide .slick-current .monumentsItemBtn:active {
  text-decoration: none;
}

.periodDetailsCont .monuments .monumentsSlider .slick-slide .monumentsTitle a {
  font: 700 2.4rem MarkaziText-Bold;
  color: #131550;
  width: 100%;
  margin: 2.2rem 1rem 1.2rem;
  display: flex;
  pointer-events: none;
}

.periodDetailsCont .monuments .monumentsSlider .slick-slide .monumentImgCont {
  width: 100%;
  border: solid #b3a494 1px;
  height: 200px;
  overflow: hidden;
}

.periodDetailsCont .monuments .monumentsSlider .slick-slide .monumentImgCont img {
  width: 100%;
  object-fit: cover;
  pointer-events: none;
}

.periodDetailsCont .monuments.featuredBooks .monumentsSlider .slick-slide .monumentImgCont img {
  object-fit: contain;
}

.periodDetailsCont .monuments .monumentsSlider .slick-slide .monumentsDescription {
  font: 100 1.8rem/2.7rem MarkaziText-Regular;
  color: #131550;
  display: inline-block;
  width: 100%;
  margin-top: 1.3rem;
}

.periodDetailsCont .monuments .monumentsSlider .slick-slide .monumentsBrief {
  display: none;
}

.periodDetailsCont .monuments .monumentsSlider .slick-slide .monumentsItemBtn {
  display: none;
}

.periodDetailsCont .monuments .icon-dotedArrowRight {
  position: absolute;
  left: 26vw;
  right: auto;
  z-index: 100;
  background: none;
  font-size: 24px;
  transform: rotate(-180deg);
  color: #131550;
}

.periodDetailsCont .monuments .icon-dotedArrowRight:focus {
  outline: none;
}

.periodDetailsCont .monuments .icon-dotedArrowLeft {
  position: absolute;
  right: 26vw;
  left: auto;
  z-index: 100;
  background: none;
  font-size: 24px;
  transform: rotate(-180deg);
  color: #131550;
}

.periodDetailsCont .monuments .icon-dotedArrowLeft:focus {
  outline: none;
}

.periodDetailsCont .monuments .icon-dotedArrowLeft,
.periodDetailsCont .monuments .icon-dotedArrowRight {
  position: absolute;
  height: 44px;
  top: 65%;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.mapsContianer {
  margin: 3.2rem auto;
  width: 100%;
  height: 435px !important;
  position: relative;
  overflow: hidden;
}

.mapsContianer .innerEagle {
  background: url("../../images/eagleMenu.png") center bottom no-repeat;
  position: absolute;
  top: 62%;
  right: -25%;
  transform: translateX(50%);
  transform: translateY(-50%);
  /*transform: translate(-50%, -50%);*/
  object-fit: cover;
  height: 540px;
  width: 840px;
}

.mapsContianer .headerBox {
  width: 31%;
  height: 100%;
  bottom: 0px;
  z-index: 10;
  float: right;
  position: absolute;
}

.mapsContianer .headerBox .innerMapsTitle {
  position: absolute;
  top: 31%;
  right: 20%;
  width: 50%;
  font: 700 5.3rem/5.5rem MarkaziText-Bold;
  color: #131550;
}

.mapsContianer .headerBox .topBottomBorders::before {
  top: 0px;
  height: 2vh;
  width: 100%;
  position: absolute;
  content: "";
  background: #bfb9af;
  /* Old browsers */
  background: -moz-linear-gradient(right, #bfb9af 1%, #d0c9be 16%, #ded7cb 31%, #f9f6ef 57%, #faf7f0 78%, #e0d9d0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, #bfb9af 1%, #d0c9be 16%, #ded7cb 31%, #f9f6ef 57%, #faf7f0 78%, #e0d9d0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, #bfb9af 1%, #d0c9be 16%, #ded7cb 31%, #f9f6ef 57%, #faf7f0 78%, #e0d9d0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfb9af', endColorstr='#e0d9d0', GradientType=1);
  /* IE6-9 */
}

.mapsContianer .headerBox .topBottomBorders::after {
  bottom: 0px;
  height: 2vh;
  width: 100%;
  position: absolute;
  content: "";
  background: #bfb9af;
  /* Old browsers */
  background: -moz-linear-gradient(right, #bfb9af 1%, #d0c9be 16%, #ded7cb 31%, #f9f6ef 57%, #faf7f0 78%, #e0d9d0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, #bfb9af 1%, #d0c9be 16%, #ded7cb 31%, #f9f6ef 57%, #faf7f0 78%, #e0d9d0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, #bfb9af 1%, #d0c9be 16%, #ded7cb 31%, #f9f6ef 57%, #faf7f0 78%, #e0d9d0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfb9af', endColorstr='#e0d9d0', GradientType=1);
  /* IE6-9 */
}

.mapsContianer .headerBox .rightLeftBorders:before {
  right: 0px;
  /*Don't change to variable*/
  height: 100%;
  width: 1vw;
  position: absolute;
  content: "";
  background: #bfb9af;
  /* Old browsers */
}

.mapsContianer .headerBox .rightLeftBorders:after {
  left: 0px;
  /*Don't change to variable*/
  height: 100%;
  width: 1vw;
  position: absolute;
  content: "";
  background: #e2dcd3;
  /* Old browsers */
}

.mapsContianer .Terratype {
  position: absolute;
  z-index: 10;
  width: 74%;
  bottom: 0px;
  left: 0px;
  height: 380px;
}

.mapsContianer .innerAngularMap {
  background: #131550;
  height: 380px;
  width: 73%;
  position: absolute;
  float: left;
  left: 0px;
  z-index: 10;
  bottom: 0px;
}

.mapsContianer .innerAngularMap .map-container-inner {
  opacity: .6;
}

@media (max-width: 1600px) {
  .periodDetailsCont .monuments .headerBox {
    width: 100%;
  }

  .periodDetailsCont .monuments .deatailsMainTitle {
    font-size: 6.5rem;
  }

  .periodDetailsCont .monuments .icon-dotedArrowLeft {
    right: 31vw;
    font-size: 2rem;
    /*top: 40vh;*/
  }

  .periodDetailsCont .monuments .icon-dotedArrowRight {
    left: 31vw;
    font-size: 2rem;
    /*top: 40vh;*/
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-slide {
    height: 60%;
    margin: 12rem 7rem 0;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-slide .monumentImgCont {
    height: 200px;
    display: flex;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-slide .monumentsTitle a {
    margin-top: 2rem;
    font-size: 2rem;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-slide .monumentsDescription {
    margin-top: 0px;
    font-size: 1.4rem;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-current .monumentsBrief {
    margin-top: 1.5rem;
    font: 100 1.5rem/1.7rem MarkaziText-Regular;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-current .monumentsItemBtn {
    margin-top: 1.5rem;
    padding: 0.5rem;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-current .monumentsItemBtn .loadMoreTxt {
    font: normal 1.4rem/2.5rem MarkaziText-Bold;
    padding: 0 2.2rem;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-current .monumentsItemBtn .kartImg {
    padding: 0 1.5rem;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-current .monumentsItemBtn .kartImg .icon-shopkart:before {
    font-size: 2rem;
  }

  .periodDetailsCont .descriptionImageCont .imgDetailsArch {
    /*height: 350px*/
  }

  .periodDetailsCont .descriptionImageCont .DescriptionSection {
    font-size: 2rem;
    /*.periodTxtCont {
                    height: 430px;
                }*/
  }

  .periodDetailsCont .descriptionImageCont .DescriptionSection .Notes {
    margin: 6.2vh 7.2vh 0vh 6.5vh;
  }

  .periodDetailsCont .descriptionImageCont .DescriptionSection .itemDetails {
    /*@include padding(3vh, 5.5vh, 5.2vh, 9.2vh);*/
  }

  .periodDetailsCont .container {
    max-width: 1360px;
  }

  .descriptionImageCont.periodFromTo .dateFromToCont {
    right: 2vw !important;
    bottom: 4vh !important;
    padding: 3.5rem 6.2rem !important;
    width: 36.5% !important;
  }

  .descriptionImageCont.periodFromTo .dateFromToCont .periodFrom,
  .descriptionImageCont.periodFromTo .dateFromToCont .backslash,
  .descriptionImageCont.periodFromTo .dateFromToCont .periodTo {
    font: 100 2.8rem MarkaziText-Regular !important;
  }

  .descriptionImageCont.periodFromTo .DescriptionSection {
    width: 68vw !important;
  }

  .descriptionImageCont.periodFromTo .DescriptionSection .periodTxtCont {
    padding: 3vh 6.2vh 2.2vh 5.5vh !important;
  }

  .descriptionImageCont.periodFromTo .headerBox {
    height: 39% !important;
    bottom: 0px !important;
    width: 38% !important;
  }
}

@media (max-width: 1536px) {
  .periodDetailsCont .monuments .icon-dotedArrowRight {
    left: 25vw;
  }

  .periodDetailsCont .monuments .icon-dotedArrowLeft {
    right: 25vw;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .periodDetailsCont .descriptionImageCont {
    /*.periodTxtCont {
                height: 365px$imp;
            }*/
  }

  .periodDetailsCont .descriptionImageCont .DescriptionSection {
    /*height: 365px;*/
  }

  .periodDetailsCont .descriptionImageCont .Notes {
    margin: 5.2vh 7.2vh 0vh 5.2vh;
  }

  .periodDetailsCont .descriptionImageCont .itemDetails {
    /*@include bi-app-compactImp(padding,4vh, 4.2vh, 4.2vh, 9.2vh,important)*/
  }

  .periodDetailsCont .monuments .headerBox {
    height: 420px;
  }

  .periodDetailsCont .monuments .headerBox {
    /*width: 92.6vw;*/
    width: 100%;
  }

  .periodDetailsCont .monuments .deatailsMainTitle {
    font-size: 6rem;
  }

  .periodDetailsCont .monuments .icon-dotedArrowLeft {
    right: 30vw;
    font-size: 1.6rem;
    /*top: 45vh;*/
  }

  .periodDetailsCont .monuments .icon-dotedArrowRight {
    left: 30vw;
    font-size: 1.6rem;
    /*top: 45vh;*/
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-slide {
    height: 60%;
    margin: 12rem 4rem 0;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-slide .monumentImgCont {
    height: 169px;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-slide .monumentsTitle a {
    margin-top: 1.5rem;
    font-size: 1.7rem;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-slide .monumentsDescription {
    margin-top: 0px;
    font-size: 1.2rem;
  }

  .periodDetailsCont .monuments .swiper-wrapper {
    margin-left: -36% !important;
  }

  .descriptionImageCont.withBtn .DescriptionSection .periodTxtCont {
    /*height: 360px$imp;*/
    padding: 4vh 6.2vh 4.2vh 3.5vh;
  }

  .descriptionImageCont.withBtn .DescriptionSection .portalBtn {
    font-size: 1.8rem !important;
  }

  .descriptionImageCont.periodFromTo .dateFromToCont {
    right: 2vw !important;
    bottom: 10.5% !important;
    padding: 3.5rem 6.2rem !important;
  }

  .descriptionImageCont.periodFromTo .dateFromToCont .periodFrom,
  .descriptionImageCont.periodFromTo .dateFromToCont .backslash,
  .descriptionImageCont.periodFromTo .dateFromToCont .periodTo {
    font: 100 2rem MarkaziText-Regular !important;
  }

  .descriptionImageCont.periodFromTo .DescriptionSection {
    width: 60vw !important;
  }

  .descriptionImageCont.periodFromTo .DescriptionSection .periodTxtCont {
    padding: 2vh 8vh 2.2vh 5.5vh !important;
  }

  .descriptionImageCont.periodFromTo .headerBox {
    height: 45% !important;
    width: 38% !important;
  }

  .descriptionImageCont .imgDetailsArch {
    /*height: 335px $imp*/
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .mainPageTitle h1 {
    font-size: 4rem;
  }

  .mainPageDescription {
    font-size: 1.4rem;
  }

  .periodDetailsCont .descriptionImageCont {
    /*.periodTxtCont {
                height: 365px;
            }*/
  }

  .periodDetailsCont .descriptionImageCont .imgDetailsArch {
    /*height: 305px;
                width: 490px;*/
  }

  .periodDetailsCont .descriptionImageCont .DescriptionSection {
    /*width: 46vw;*/
  }

  .periodDetailsCont .descriptionImageCont .Notes {
    margin: 3.2vh 6.2vh 0vh 4.5vh !important;
  }

  .periodDetailsCont .descriptionImageCont .itemDetails {
    /*@include bi-app-compact(padding,3vh, 4.5vh, 2.2vh, 12vh);*/
  }

  .periodDetailsCont .monuments .headerBox {
    height: 430px;
  }

  .periodDetailsCont .monuments .deatailsMainTitle {
    font-size: 6rem;
  }

  .periodDetailsCont .monuments .icon-dotedArrowLeft {
    right: 29.7vw;
    font-size: 1.6rem;
    /*top: 70%;*/
  }

  .periodDetailsCont .monuments .icon-dotedArrowRight {
    left: 29.7vw;
    font-size: 1.6rem;
    /*top: 70%;*/
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-slide {
    height: 60%;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-slide .monumentImgCont {
    height: 170px;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-slide .monumentsTitle a {
    margin-top: 1.5rem;
    font-size: 1.7rem;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-slide .monumentsDescription {
    margin-top: 0px;
    font-size: 1.2rem;
  }

  .descriptionImageCont.withBtn .DescriptionSection .periodTxtCont {
    /*height: 360px;*/
    padding: 4vh 6.2vh 4.2vh 3.5vh;
  }

  .descriptionImageCont.withBtn .DescriptionSection .portalBtn {
    font-size: 1.8rem !important;
  }

  .descriptionImageCont.periodFromTo .headerBox {
    height: 46% !important;
    /*width: 26vw*/
  }

  .descriptionImageCont.periodFromTo .DescriptionSection {
    width: 60vw !important;
  }

  .descriptionImageCont.periodFromTo .DescriptionSection .periodTxtCont {
    padding: 2vh 12vh 2.2vh 4.5vh !important;
  }

  .descriptionImageCont.periodFromTo .dateFromToCont {
    /*bottom: 2.8vh !important;*/
    right: 3vw !important;
  }

  .descriptionImageCont.periodFromTo .dateFromToCont .periodFrom,
  .descriptionImageCont.periodFromTo .dateFromToCont .backslash,
  .descriptionImageCont.periodFromTo .dateFromToCont .periodTo {
    font: 100 2rem MarkaziText-Regular !important;
  }

  .descriptionImageCont .imgDetailsArch {
    /*height: 318px*/
  }

  .mapsContianer .headerBox .innerMapsTitle {
    right: 10%;
  }
}

@media (max-width: 1280px) {
  .periodDetailsCont .descriptionImageCont {
    /*.periodTxtCont {
                height: 345px $imp;
            }*/
  }

  .periodDetailsCont .monuments .headerBox {
    height: 390px;
  }

  .periodDetailsCont .monuments .icon-dotedArrowRight {
    left: 30.5vw;
    font-size: 1.5rem;
    /*top: 43vh;*/
  }

  .periodDetailsCont .monuments .icon-dotedArrowLeft {
    right: 30.5vw;
    font-size: 1.5rem;
    /*top: 43vh;*/
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-current .monumentsBrief {
    margin-top: 0px;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-slide .monumentsTitle a {
    margin-top: 1rem;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-slide .monumentImgCont {
    height: 125px !important;
  }

  .headerLinksStatic {
    top: 3rem !important;
  }

  .descriptionImageCont.periodFromTo .imgDetailsArch {
    /*height: 298px$imp;*/
  }

  .descriptionImageCont.periodFromTo .dateFromToCont {
    right: 3vw !important;
    /*bottom: 4vh$imp;*/
    padding: 3.5rem 4.2rem !important;
    width: 37.1% !important;
  }

  .descriptionImageCont.periodFromTo .dateFromToCont .periodFrom,
  .descriptionImageCont.periodFromTo .dateFromToCont .backslash,
  .descriptionImageCont.periodFromTo .dateFromToCont .periodTo {
    font: 100 2.5rem MarkaziText-Regular !important;
  }

  .descriptionImageCont.periodFromTo .DescriptionSection {
    /*width: 52vw$imp;*/
  }

  .descriptionImageCont.periodFromTo .DescriptionSection .periodTxtCont {
    padding: 2vh 14vh 0.2vh 3.5vh !important;
  }

  .descriptionImageCont.periodFromTo .headerBox {
    height: 47% !important;
    /*width: 25vw;*/
  }

  .descriptionImageCont .imgDetailsArch {
    /*height: 340px $imp*/
  }

  .mapsContianer .headerBox .innerMapsTitle {
    right: 8%;
    font-size: 4rem;
  }
}

@media (max-width: 825px) {
  .periodDetailsCont .descriptionImageCont .DescriptionSection {
    width: 100% !important;
    min-height: initial;
    height: auto;
  }

  .periodDetailsCont .descriptionImageCont .imageCont {
    left: 0px !important;
    top: 0px !important;
    right: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    padding: 30px 0;
    border-bottom: solid #cac3bb 1px;
    position: initial;
  }

  .periodDetailsCont .descriptionImageCont .imageCont img {
    height: auto !important;
  }

  .periodDetailsCont .descriptionImageCont .headerBox {
    display: none;
  }

  .periodDetailsCont .descriptionImageCont .periodTxtCont {
    width: 100%;
    /*height: 325px $imp;*/
  }

  .periodDetailsCont .descriptionImageCont.withBtn .headerBox {
    display: none;
  }

  .periodDetailsCont .descriptionImageCont.withBtn .DescriptionSection .periodTxtCont {
    width: 100% !important;
  }

  .periodDetailsCont .descriptionImageCont.periodFromTo .headerBox {
    display: none;
  }

  .periodDetailsCont .descriptionImageCont.periodFromTo .DescriptionSection .periodTxtCont {
    padding: 2vh 3.5vh 2.2vh 3.5vh !important;
    /*height: 310px$imp;*/
  }

  .periodDetailsCont .descriptionImageCont.periodFromTo .DescriptionSection .periodImgCont {
    top: 12px !important;
  }

  .periodDetailsCont .descriptionImageCont.periodFromTo .dateFromToCont {
    bottom: 0px !important;
    right: 12px !important;
  }

  .periodDetailsCont .monuments .icon-dotedArrowLeft {
    right: 29.5vw !important;
    /*top: 70%;*/
  }

  .periodDetailsCont .monuments .icon-dotedArrowRight {
    left: 29.5vw !important;
    /*top: 70%;*/
  }

  .periodDetailsCont .monuments .monumentsSliderWrp {
    overflow: hidden;
    margin: 0 2rem;
    height: 100%;
  }

  .periodDetailsCont .monuments .monumentsSlider {
    margin: 0 !important;
    width: 68vw !important;
    padding: 0 !important;
    padding-right: 20px !important;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-list .slick-current {
    margin: 0 !important;
    height: 0 !important;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-list .slick-slide {
    height: 70% !important;
    margin-top: 12rem !important;
    right: auto !important;
  }

  .periodDetailsCont .monuments .swiper-wrapper {
    margin-left: 0px !important;
  }

  .descriptionImageCont.withBtn .DescriptionSection .periodTxtCont {
    height: 390px;
  }

  .descriptionImageCont.withBtn .DescriptionSection .portalBtn {
    font-size: 1.8rem !important;
  }
}

@media (max-width: 825px) {
  .periodDetailsCont .descriptionImageCont.periodFromTo .dateFromToCont {
    width: 100% !important;
    margin-bottom: 2rem;
    position: relative;
    right: 0px !important;
  }

  .periodDetailsCont .descriptionImageCont.periodFromTo .DescriptionSection {
    width: 100% !important;
    /*.periodTxtCont {
                    height: 310px $imp
                }*/
  }

  .periodDetailsCont .descriptionImageCont.periodFromTo .DescriptionSection .periodImgCont {
    top: 12px !important;
  }

  .periodDetailsCont .descriptionImageCont .headerBox {
    display: none;
  }

  .periodDetailsCont .descriptionImageCont .imageCont {
    z-index: 200;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: solid #b7b5b3 1px;
    padding: 2rem;
    position: initial !important;
  }

  .periodDetailsCont .descriptionImageCont .imgDetailsArch {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
  }

  .periodDetailsCont .descriptionImageCont .DescriptionSection {
    /*min-height: 50vh$imp;*/
  }

  .periodDetailsCont .descriptionImageCont .DescriptionSection .itemDetails {
    padding: 5%;
    height: auto;
  }

  .periodDetailsCont .descriptionImageCont .DescriptionSection .itemDetails .periodTxtCont {
    padding: 0 !important;
  }

  .periodDetailsCont .descriptionImageCont.withBtn {
    height: 100%;
  }

  .periodDetailsCont .descriptionImageCont.withBtn .headerBox {
    display: none;
  }

  .periodDetailsCont .descriptionImageCont.withBtn .DescriptionSection .periodTxtCont {
    /*@include paddingImp(4vh, 3.5vh, 4.2vh, 3.2vh,important);*/
    padding: 0 !important;
    height: 510px !important;
    width: 100% !important;
  }

  .periodDetailsCont .monuments .headerBox {
    height: 48vh;
    width: 100%;
    /*width: 92.5vw$imp;*/
  }

  .periodDetailsCont .monuments .swiper-wrapper {
    margin-left: 0px !important;
  }

  .periodDetailsCont .monuments .icon-dotedArrowLeft {
    position: absolute;
    right: 2.5vw !important;
    left: auto;
    /*top: 36vh$imp;*/
    font-size: 14px !important;
    display: none !important;
  }

  .periodDetailsCont .monuments .icon-dotedArrowRight {
    position: absolute;
    left: 2.5vw !important;
    right: auto;
    /*top: 36vh$imp;*/
    font-size: 14px !important;
    display: none !important;
  }

  .periodDetailsCont .monuments .monumentsSlider {
    padding: 0 8vw;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-list {
    overflow: visible !important;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-list .slick-slide {
    /*width: 420px$imp*/
    margin: 12rem 3.5rem 0;
    right: -1% !important;
    position: relative;
    /*width: 68vw !important;*/
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-list .slick-current {
    margin: 12rem 2rem 0 !important;
    /*width: 420px$imp*/
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-slide .monumentImgCont {
    height: 240px !important;
  }

  .periodDetailsCont .monuments .deatailsMainTitle {
    font-size: 5rem;
    right: 7%;
  }

  .mapsContianer .headerBox,
  .mapsContianer .innerEagle {
    display: none;
  }

  .mapsContianer .innerAngularMap {
    width: 100%;
  }
}

@media (max-width: 1024px) and (min-height: 800px) {
  .periodDetailsCont .descriptionImageCont .imgDetailsArch {
    width: 100% !important;
  }

  .periodDetailsCont .descriptionImageCont.periodFromTo .DescriptionSection {
    min-height: 23vh !important;
  }

  .periodDetailsCont .monuments .icon-dotedArrowLeft,
  .periodDetailsCont .monuments .icon-dotedArrowRight {
    /*top: 25vw;*/
  }
}

@media (max-width: 825px) {
  .periodDetailsCont .descriptionImageCont {
    margin-top: 8vw;
  }
}

@media (max-width: 825px) and (orientation: landscape) {
  .periodDetailsCont .monuments .headerBox {
    height: 47rem !important;
  }

  .periodDetailsCont .monuments .icon-dotedArrowRight,
  .periodDetailsCont .monuments .icon-dotedArrowLeft {
    /*top: 50vh$imp*/
  }
}

@media (max-width: 750px) {
  .periodDetailsCont .descriptionImageCont .DescriptionSection {
    width: 100%;
  }

  .periodDetailsCont .descriptionImageCont .DescriptionSection .periodTxtCont {
    padding: 2rem 2rem 2rem 1rem;
  }

  .periodDetailsCont .descriptionImageCont.withBtn .DescriptionSection .portalBtn {
    font-size: 1.8rem;
  }

  .periodDetailsCont .descriptionImageCont.periodFromTo .dateFromToCont {
    width: 100% !important;
    position: initial;
    padding: 3.5rem 3.2rem;
    margin-bottom: 1.5rem;
  }

  .periodDetailsCont .descriptionImageCont.periodFromTo .dateFromToCont .periodFrom,
  .periodDetailsCont .descriptionImageCont.periodFromTo .dateFromToCont .backslash,
  .periodDetailsCont .descriptionImageCont.periodFromTo .dateFromToCont .periodTo {
    font-size: 3.5rem;
  }

  .periodDetailsCont .descriptionImageCont.periodFromTo .DescriptionSection {
    flex-direction: column;
    display: flex;
    width: 100% !important;
    font-size: 2rem;
    min-height: 78vh !important;
  }

  .periodDetailsCont .descriptionImageCont.periodFromTo .DescriptionSection .periodImgCont {
    position: initial;
    /*grid-template-columns: repeat(1, 1fr);*/
    order: 1;
    height: 40%;
  }

  .periodDetailsCont .descriptionImageCont.periodFromTo .DescriptionSection .periodImgCont img {
    width: 100%;
  }

  .periodDetailsCont .descriptionImageCont.periodFromTo .DescriptionSection .periodTxtCont {
    height: auto;
    padding: 4.8vh 3.5vh 5.6vh 3.5vh;
    width: 100%;
    height: 60% !important;
    order: 2;
    flex-grow: 1;
  }

  .periodDetailsCont .mapsContianer .headerBox {
    width: 100%;
    height: 81%;
    bottom: 0px;
    z-index: 10;
    float: right;
    position: relative;
    margin-bottom: 1rem;
  }

  .periodDetailsCont .monuments .headerBox {
    height: 39rem !important;
  }

  .periodDetailsCont .monuments .deatailsMainTitle {
    right: 4% !important;
  }

  .periodDetailsCont .monuments .monumentsSlider {
    padding: 0 2vw;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-list {
    overflow: visible !important;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-list .slick-slide {
    /*width: 420px$imp;*/
    margin-top: 10rem !important;
    margin-left: 3.5rem !important;
    /* margin-right: 0 !important; */
    right: -1% !important;
    position: relative;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-list .slick-slide .monumentImgCont {
    height: 180px;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-list .slick-current {
    margin-top: 10rem !important;
    right: -1%;
    /*width: 420px$imp*/
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-slide .monumentImgCont {
    height: 175px !important;
  }

  .mapsContianer .Terratype {
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: 0px;
    left: 0px;
    height: 450px;
  }
}

@media (max-width: 480px) {

  .periodDetailsCont .descriptionImageCont.periodFromTo .dateFromToCont .periodFrom,
  .periodDetailsCont .descriptionImageCont.periodFromTo .dateFromToCont .backslash,
  .periodDetailsCont .descriptionImageCont.periodFromTo .dateFromToCont .periodTo {
    font-size: 2.3rem;
  }

  .periodDetailsCont .monuments .headerBox {
    width: 100%;
    height: 400px;
  }

  .periodDetailsCont .monuments .deatailsMainTitle {
    font-size: 4rem;
    right: 9% !important;
  }

  .periodDetailsCont .monuments .monumentsSlider {
    padding: 0 9vw;
    margin: 0 4vw;
    width: 75vw !important;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-list {
    overflow: visible !important;
    padding: 1rem !important;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-list .slick-slide {
    /*width: 230px$imp;*/
    margin-top: 9rem !important;
    margin-left: 2.5rem !important;
    right: -2%;
    position: relative;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-list .slick-slide .monumentImgCont {
    height: 148px;
  }

  .periodDetailsCont .monuments .monumentsSlider .slick-list .slick-current {
    /*margin: 9rem 1rem 0 0$imp;*/
    /*width: 230px$imp*/
  }

  .mainPageTitle h1 {
    font-size: 3rem;
    line-height: 33px;
  }
}

@media (max-width: 667px) and (orientation: landscape) {
  .periodDetailsCont .monuments .headerBox {
    height: 38rem !important;
  }

  .periodDetailsCont .monuments .icon-dotedArrowRight,
  .periodDetailsCont .monuments .icon-dotedArrowLeft {
    /*top: 50vh$imp*/
  }
}

.threeItemSwiper.monumentsSlider .slick-slide.slick-current {
  margin-top: 12rem !important;
}

.threeItemSwiper.monumentsSlider .slick-slide.slick-current+div {
  /*margin-top: 10rem !important;*/
}

.oneItemSwiper.monumentsSlider .slick-list .slick-track {
  margin: 0px !important;
}

.twoItemSwiper.monumentsSlider .slick-list .slick-track {
  margin: 0px !important;
}

.twoItemSwiper.monumentsSlider .slick-current {
  margin-top: 12rem !important;
}

.underwaterTreasuresDetailsCont {
  width: 100%;
}

.underwaterTreasuresDetailsCont .mainPageDescription {
  width: 33%;
}

.underwaterTreasuresDetailsCont .featuredContentSec {
  position: relative;
  margin-top: 6rem;
}

.underwaterTreasuresDetailsCont .featuredContentSec .headerBox {
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 27.2rem;
  background-image: linear-gradient(to bottom, #b7b0a4, #b7b0a4), linear-gradient(to left, #b7b0a4, #dfdbd0 24%, #faf7f0 36%, #faf7f0 44%, #dfdbd0, #c1b8a5), linear-gradient(to bottom, #c1b8a5 35%, #b7b0a4), linear-gradient(to right, #b7b0a4, #b7b0a4);
  background-position: top right, top right, top left, bottom left;
  background-size: 18px 100%, 100% 18px, 18px 100%, 100% 18px;
  background-repeat: no-repeat;
}

.underwaterTreasuresDetailsCont .featuredContentSec .imageCont {
  position: absolute;
  z-index: 3;
  top: 5rem;
  right: 5rem;
  width: 34.47%;
  height: 36.8rem;
}

.underwaterTreasuresDetailsCont .featuredContentSec .imageCont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 825px) {
  .underwaterTreasuresDetailsCont .featuredContentSec .imageCont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.underwaterTreasuresDetailsCont .featuredContentSec .textCont {
  position: relative;
  margin-right: auto;
  left: 0;
  top: -3.5rem;
  z-index: 2;
  width: 68.75%;
  min-height: 49.4rem;
  background-color: #fff;
  padding: 3% 9.5% 3% 2%;
}

.underwaterTreasuresDetailsCont .featuredContentSec .textCont .shareCont a {
  font: 700 1.6rem MarkaziText-Regular;
  color: #131550;
}

.underwaterTreasuresDetailsCont .featuredContentSec .textCont .shareCont span {
  color: #fff;
  background: #131550;
  font-size: 1.4rem;
  padding: .5rem;
  border-radius: 50%;
  margin-left: .5rem;
}

.underwaterTreasuresDetailsCont .featuredContentSec .textCont .title {
  font: 700 4.9rem MarkaziText-Bold;
  margin-top: 3rem;
  width: initial;
  color: #131550;
}

.underwaterTreasuresDetailsCont .featuredContentSec .textCont .date {
  font: 500 1.6rem MarkaziText-Regular;
  color: #131550;
  margin-top: 2rem;
}

.underwaterTreasuresDetailsCont .featuredContentSec .textCont .disc {
  font: 400 2.4rem/3.3rem MarkaziText-Regular;
  color: #131550;
  margin-top: 3rem;
  max-height: 26rem;
  overflow: auto;
  padding-left: 1rem;
}

.underwaterTreasuresDetailsCont .featuredContentSec .textCont .tags {
  list-style-type: none;
  margin-top: 3rem;
  display: flex;
}

.underwaterTreasuresDetailsCont .featuredContentSec .textCont .tags .tagItem {
  background-color: #e4ddd7;
  color: #131550;
  font: 500 1.6rem MarkaziText-Regular;
  padding: 1rem 2rem;
  margin-left: 1rem;
}

@media (max-width: 1600px) {
  .underwaterTreasuresDetailsCont .featuredContentSec .headerBox {
    height: 23.2rem;
  }

  .underwaterTreasuresDetailsCont .featuredContentSec .imageCont {
    height: 29.8rem;
  }

  .underwaterTreasuresDetailsCont .featuredContentSec .textCont {
    min-height: 42.4rem;
  }

  .underwaterTreasuresDetailsCont .featuredContentSec .textCont .title {
    font-size: 4rem;
  }

  .underwaterTreasuresDetailsCont .featuredContentSec .textCont .disc {
    font-size: 2rem;
  }
}

@media (max-width: 1024px) {
  .underwaterTreasuresDetailsCont .featuredContentSec .headerBox {
    height: 21.2rem;
  }

  .underwaterTreasuresDetailsCont .featuredContentSec .imageCont {
    height: 27.8rem;
  }

  .underwaterTreasuresDetailsCont .featuredContentSec .textCont {
    min-height: 40.4rem;
    padding-right: 11%;
  }

  .underwaterTreasuresDetailsCont .featuredContentSec .textCont .title {
    font-size: 3.8rem;
  }

  .underwaterTreasuresDetailsCont .featuredContentSec .textCont .disc {
    /*font-size: 2rem;*/
  }
}

@media (max-width: 825px) {
  .underwaterTreasuresDetailsCont .featuredContentSec {
    width: 100%;
    top: -2.5vw;
    margin-top: 8vw;
    padding-top: 60%;
  }

  .underwaterTreasuresDetailsCont .featuredContentSec .headerBox {
    display: block;
    top: 0;
    width: 75.9%;
    height: 38vw;
    background-size: 14px 100%, 100% 14px, 14px 100%, 100% 14px;
  }

  .underwaterTreasuresDetailsCont .featuredContentSec .imageCont {
    width: 93%;
    height: 55vw;
    right: initial;
    left: 0;
    top: 6.5vw;
    z-index: 2;
  }

  .underwaterTreasuresDetailsCont .featuredContentSec .textCont {
    width: 100%;
    top: -1.5rem;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5%;
    min-height: initial;
  }

  .underwaterTreasuresDetailsCont .featuredContentSec .textCont .title {
    font-size: 3rem;
    width: initial;
  }

  .underwaterTreasuresDetailsCont .featuredContentSec .textCont .disc {
    /*font-size: 2rem;*/
  }
}

.innerContent {
  background: #fff;
  width: 100%;
  padding: 60px;
  margin: 35px auto;
  color: #131550;
  font-size: 1.125em;
}

.innerContent *:not(h2) {
  font-family: MarkaziText-Regular;
}

.innerContent h2 {
  font: 700 3.9rem play;
  margin-bottom: 30px;
}

.detList li {
  list-style-position: inside;
}

@media all and (-ms-high-contrast: none) {
    {
    /* IE10 */
    /* IE11 */
  }

  .MapsTabsMainCont {
    animation: none !important;
    background-size: 18px 100%, 100% 18px, 18px 100%, 100% 18px !important;
  }

  *::-ms-backdrop,
  MapsTabsMainCont {
    animation: none !important;
    background-size: 18px 100%, 100% 18px, 18px 100%, 100% 18px !important;
  }
}

.MapsTabsMainCont {
  position: fixed;
  left: 0px;
  top: 26vh;
  width: 20.5vw;
  z-index: 40;
  background-image: linear-gradient(to top, #9b8873 20%, transparent 0%, transparent 80%, #9b8873 10%), linear-gradient(to right, #9b8873 20%, #9b8873 80%, #9b8873 80%, #9b8873 20%), linear-gradient(to bottom, transparent 20%, transparent 98%, transparent 10%, transparent 90%), linear-gradient(to right, #9b8873 10%, #9b8873 5%, #9b8873 80%, #9b8873 80%, #9b8873 20%);
  background-position: bottom right, top right, top left, bottom left;
  background-size: 0;
  background-repeat: no-repeat;
  -webkit-animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
  animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
}

@-webkit-keyframes borderBottom {
  0% {
    -webkit-background-size: 0 0, 0 0, 0 0, 0 18px;
    background-size: 0 0, 0 0, 0 0, 0 18px;
  }

  100% {
    -webkit-background-size: 0 0, 0 0, 0 0, 100% 18px;
    background-size: 0 0, 0 0, 0 0, 100% 18px;
  }
}

@keyframes borderBottom {
  0% {
    -webkit-background-size: 0 0, 0 0, 0 0, 0 18px;
    background-size: 0 0, 0 0, 0 0, 0 18px;
  }

  100% {
    -webkit-background-size: 0 0, 0 0, 0 0, 100% 18px;
    background-size: 0 0, 0 0, 0 0, 100% 18px;
  }
}

@-webkit-keyframes borderLeft {
  0% {
    -webkit-background-size: 18px 0, 0 0, 0 0, 100% 18px;
    background-size: 18px 0, 0 0, 0 0, 100% 18px;
  }

  100% {
    -webkit-background-size: 18px 100%, 0 0, 0 0, 100% 18px;
    background-size: 18px 100%, 0 0, 0 0, 100% 18px;
  }
}

@keyframes borderLeft {
  0% {
    -webkit-background-size: 18px 0, 0 0, 0 0, 100% 18px;
    background-size: 18px 0, 0 0, 0 0, 100% 18px;
  }

  100% {
    -webkit-background-size: 18px 100%, 0 0, 0 0, 100% 18px;
    background-size: 18px 100%, 0 0, 0 0, 100% 18px;
  }
}

@-webkit-keyframes borderTop {
  0% {
    -webkit-background-size: 18px 100%, 0 18px, 0 0, 100% 18px;
    background-size: 18px 100%, 0 18px, 0 0, 100% 18px;
  }

  100% {
    -webkit-background-size: 18px 100%, 100% 18px, 0 0, 100% 18px;
    background-size: 18px 100%, 100% 18px, 0 0, 100% 18px;
  }
}

@keyframes borderTop {
  0% {
    -webkit-background-size: 18px 100%, 0 18px, 0 0, 100% 18px;
    background-size: 18px 100%, 0 18px, 0 0, 100% 18px;
  }

  100% {
    -webkit-background-size: 18px 100%, 100% 18px, 0 0, 100% 18px;
    background-size: 18px 100%, 100% 18px, 0 0, 100% 18px;
  }
}

@-webkit-keyframes borderRight {
  0% {
    -webkit-background-size: 18px 100%, 100% 18px, 18px 0, 100% 18px;
    background-size: 18px 100%, 100% 18px, 18px 0, 100% 18px;
  }

  100% {
    -webkit-background-size: 18px 100%, 100% 18px, 18px 100%, 100% 18px;
    background-size: 18px 100%, 100% 18px, 18px 100%, 100% 18px;
  }
}

@keyframes borderRight {
  0% {
    -webkit-background-size: 18px 100%, 100% 18px, 18px 0, 100% 18px;
    background-size: 18px 100%, 100% 18px, 18px 0, 100% 18px;
  }

  100% {
    -webkit-background-size: 18px 100%, 100% 18px, 18px 100%, 100% 18px;
    background-size: 18px 100%, 100% 18px, 18px 100%, 100% 18px;
  }
}

@media (max-width: 1900px) {
  .MapsTabsMainCont {
    -webkit-animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
    animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
  }

  @-webkit-keyframes borderBottom {
    0% {
      -webkit-background-size: 0 0, 0 0, 0 0, 0 16px;
      background-size: 0 0, 0 0, 0 0, 0 16px;
    }

    100% {
      -webkit-background-size: 0 0, 0 0, 0 0, 100% 16px;
      background-size: 0 0, 0 0, 0 0, 100% 16px;
    }
  }

  @keyframes borderBottom {
    0% {
      -webkit-background-size: 0 0, 0 0, 0 0, 0 16px;
      background-size: 0 0, 0 0, 0 0, 0 16px;
    }

    100% {
      -webkit-background-size: 0 0, 0 0, 0 0, 100% 16px;
      background-size: 0 0, 0 0, 0 0, 100% 16px;
    }
  }

  @-webkit-keyframes borderLeft {
    0% {
      -webkit-background-size: 16px 0, 0 0, 0 0, 100% 16px;
      background-size: 16px 0, 0 0, 0 0, 100% 16px;
    }

    100% {
      -webkit-background-size: 16px 100%, 0 0, 0 0, 100% 16px;
      background-size: 16px 100%, 0 0, 0 0, 100% 16px;
    }
  }

  @keyframes borderLeft {
    0% {
      -webkit-background-size: 16px 0, 0 0, 0 0, 100% 16px;
      background-size: 16px 0, 0 0, 0 0, 100% 16px;
    }

    100% {
      -webkit-background-size: 16px 100%, 0 0, 0 0, 100% 16px;
      background-size: 16px 100%, 0 0, 0 0, 100% 16px;
    }
  }

  @-webkit-keyframes borderTop {
    0% {
      -webkit-background-size: 16px 100%, 0 16px, 0 0, 100% 16px;
      background-size: 16px 100%, 0 16px, 0 0, 100% 16px;
    }

    100% {
      -webkit-background-size: 16px 100%, 100% 16px, 0 0, 100% 16px;
      background-size: 16px 100%, 100% 16px, 0 0, 100% 16px;
    }
  }

  @keyframes borderTop {
    0% {
      -webkit-background-size: 16px 100%, 0 16px, 0 0, 100% 16px;
      background-size: 16px 100%, 0 16px, 0 0, 100% 16px;
    }

    100% {
      -webkit-background-size: 16px 100%, 100% 16px, 0 0, 100% 16px;
      background-size: 16px 100%, 100% 16px, 0 0, 100% 16px;
    }
  }

  @-webkit-keyframes borderRight {
    0% {
      -webkit-background-size: 16px 100%, 100% 16px, 16px 0, 100% 16px;
      background-size: 16px 100%, 100% 16px, 16px 0, 100% 16px;
    }

    100% {
      -webkit-background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
      background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
    }
  }

  @keyframes borderRight {
    0% {
      -webkit-background-size: 16px 100%, 100% 16px, 16px 0, 100% 16px;
      background-size: 16px 100%, 100% 16px, 16px 0, 100% 16px;
    }

    100% {
      -webkit-background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
      background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
    }
  }
}

@media (max-width: 1600px) {
  .MapsTabsMainCont {
    -webkit-animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
    animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
  }

  @-webkit-keyframes borderBottom {
    0% {
      -webkit-background-size: 0 0, 0 0, 0 0, 0 14px;
      background-size: 0 0, 0 0, 0 0, 0 14px;
    }

    100% {
      -webkit-background-size: 0 0, 0 0, 0 0, 100% 14px;
      background-size: 0 0, 0 0, 0 0, 100% 14px;
    }
  }

  @keyframes borderBottom {
    0% {
      -webkit-background-size: 0 0, 0 0, 0 0, 0 14px;
      background-size: 0 0, 0 0, 0 0, 0 14px;
    }

    100% {
      -webkit-background-size: 0 0, 0 0, 0 0, 100% 14px;
      background-size: 0 0, 0 0, 0 0, 100% 14px;
    }
  }

  @-webkit-keyframes borderLeft {
    0% {
      -webkit-background-size: 14px 0, 0 0, 0 0, 100% 14px;
      background-size: 14px 0, 0 0, 0 0, 100% 14px;
    }

    100% {
      -webkit-background-size: 14px 100%, 0 0, 0 0, 100% 14px;
      background-size: 14px 100%, 0 0, 0 0, 100% 14px;
    }
  }

  @keyframes borderLeft {
    0% {
      -webkit-background-size: 14px 0, 0 0, 0 0, 100% 14px;
      background-size: 14px 0, 0 0, 0 0, 100% 14px;
    }

    100% {
      -webkit-background-size: 14px 100%, 0 0, 0 0, 100% 14px;
      background-size: 14px 100%, 0 0, 0 0, 100% 14px;
    }
  }

  @-webkit-keyframes borderTop {
    0% {
      -webkit-background-size: 14px 100%, 0 14px, 0 0, 100% 14px;
      background-size: 14px 100%, 0 14px, 0 0, 100% 14px;
    }

    100% {
      -webkit-background-size: 14px 100%, 100% 14px, 0 0, 100% 14px;
      background-size: 14px 100%, 100% 14px, 0 0, 100% 14px;
    }
  }

  @keyframes borderTop {
    0% {
      -webkit-background-size: 14px 100%, 0 14px, 0 0, 100% 14px;
      background-size: 14px 100%, 0 14px, 0 0, 100% 14px;
    }

    100% {
      -webkit-background-size: 14px 100%, 100% 14px, 0 0, 100% 14px;
      background-size: 14px 100%, 100% 14px, 0 0, 100% 14px;
    }
  }

  @-webkit-keyframes borderRight {
    0% {
      -webkit-background-size: 14px 100%, 100% 14px, 14px 0, 100% 14px;
      background-size: 14px 100%, 100% 14px, 14px 0, 100% 14px;
    }

    100% {
      -webkit-background-size: 14px 100%, 100% 14px, 14px 100%, 100% 14px;
      background-size: 14px 100%, 100% 14px, 14px 100%, 100% 14px;
    }
  }

  @keyframes borderRight {
    0% {
      -webkit-background-size: 14px 100%, 100% 14px, 14px 0, 100% 14px;
      background-size: 14px 100%, 100% 14px, 14px 0, 100% 14px;
    }

    100% {
      -webkit-background-size: 14px 100%, 100% 14px, 14px 100%, 100% 14px;
      background-size: 14px 100%, 100% 14px, 14px 100%, 100% 14px;
    }
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .MapsTabsMainCont {
    -webkit-animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
    animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
  }

  @-webkit-keyframes borderBottom {
    0% {
      -webkit-background-size: 0 0, 0 0, 0 0, 0 12px;
      background-size: 0 0, 0 0, 0 0, 0 12px;
    }

    100% {
      -webkit-background-size: 0 0, 0 0, 0 0, 100% 12px;
      background-size: 0 0, 0 0, 0 0, 100% 12px;
    }
  }

  @keyframes borderBottom {
    0% {
      -webkit-background-size: 0 0, 0 0, 0 0, 0 12px;
      background-size: 0 0, 0 0, 0 0, 0 12px;
    }

    100% {
      -webkit-background-size: 0 0, 0 0, 0 0, 100% 12px;
      background-size: 0 0, 0 0, 0 0, 100% 12px;
    }
  }

  @-webkit-keyframes borderLeft {
    0% {
      -webkit-background-size: 12px 0, 0 0, 0 0, 100% 12px;
      background-size: 12px 0, 0 0, 0 0, 100% 12px;
    }

    100% {
      -webkit-background-size: 12px 100%, 0 0, 0 0, 100% 12px;
      background-size: 12px 100%, 0 0, 0 0, 100% 12px;
    }
  }

  @keyframes borderLeft {
    0% {
      -webkit-background-size: 12px 0, 0 0, 0 0, 100% 12px;
      background-size: 12px 0, 0 0, 0 0, 100% 12px;
    }

    100% {
      -webkit-background-size: 12px 100%, 0 0, 0 0, 100% 12px;
      background-size: 12px 100%, 0 0, 0 0, 100% 12px;
    }
  }

  @-webkit-keyframes borderTop {
    0% {
      -webkit-background-size: 12px 100%, 0 12px, 0 0, 100% 12px;
      background-size: 12px 100%, 0 12px, 0 0, 100% 12px;
    }

    100% {
      -webkit-background-size: 12px 100%, 100% 12px, 0 0, 100% 12px;
      background-size: 12px 100%, 100% 12px, 0 0, 100% 12px;
    }
  }

  @keyframes borderTop {
    0% {
      -webkit-background-size: 12px 100%, 0 12px, 0 0, 100% 12px;
      background-size: 12px 100%, 0 12px, 0 0, 100% 12px;
    }

    100% {
      -webkit-background-size: 12px 100%, 100% 12px, 0 0, 100% 12px;
      background-size: 12px 100%, 100% 12px, 0 0, 100% 12px;
    }
  }

  @-webkit-keyframes borderRight {
    0% {
      -webkit-background-size: 12px 100%, 100% 12px, 12px 0, 100% 12px;
      background-size: 12px 100%, 100% 12px, 12px 0, 100% 12px;
    }

    100% {
      -webkit-background-size: 12px 100%, 100% 12px, 12px 100%, 100% 12px;
      background-size: 12px 100%, 100% 12px, 12px 100%, 100% 12px;
    }
  }

  @keyframes borderRight {
    0% {
      -webkit-background-size: 12px 100%, 100% 12px, 12px 0, 100% 12px;
      background-size: 12px 100%, 100% 12px, 12px 0, 100% 12px;
    }

    100% {
      -webkit-background-size: 12px 100%, 100% 12px, 12px 100%, 100% 12px;
      background-size: 12px 100%, 100% 12px, 12px 100%, 100% 12px;
    }
  }
}

@media (max-width: 1024px) {
  .MapsTabsMainCont {
    -webkit-animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
    animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
  }

  @-webkit-keyframes borderBottom {
    0% {
      -webkit-background-size: 0 0, 0 0, 0 0, 0 11px;
      background-size: 0 0, 0 0, 0 0, 0 11px;
    }

    100% {
      -webkit-background-size: 0 0, 0 0, 0 0, 100% 11px;
      background-size: 0 0, 0 0, 0 0, 100% 11px;
    }
  }

  @keyframes borderBottom {
    0% {
      -webkit-background-size: 0 0, 0 0, 0 0, 0 11px;
      background-size: 0 0, 0 0, 0 0, 0 11px;
    }

    100% {
      -webkit-background-size: 0 0, 0 0, 0 0, 100% 11px;
      background-size: 0 0, 0 0, 0 0, 100% 11px;
    }
  }

  @-webkit-keyframes borderLeft {
    0% {
      -webkit-background-size: 11px 0, 0 0, 0 0, 100% 11px;
      background-size: 11px 0, 0 0, 0 0, 100% 11px;
    }

    100% {
      -webkit-background-size: 11px 100%, 0 0, 0 0, 100% 11px;
      background-size: 11px 100%, 0 0, 0 0, 100% 11px;
    }
  }

  @keyframes borderLeft {
    0% {
      -webkit-background-size: 11px 0, 0 0, 0 0, 100% 11px;
      background-size: 11px 0, 0 0, 0 0, 100% 11px;
    }

    100% {
      -webkit-background-size: 11px 100%, 0 0, 0 0, 100% 11px;
      background-size: 11px 100%, 0 0, 0 0, 100% 11px;
    }
  }

  @-webkit-keyframes borderTop {
    0% {
      -webkit-background-size: 11px 100%, 0 11px, 0 0, 100% 11px;
      background-size: 11px 100%, 0 11px, 0 0, 100% 11px;
    }

    100% {
      -webkit-background-size: 11px 100%, 100% 11px, 0 0, 100% 11px;
      background-size: 11px 100%, 100% 11px, 0 0, 100% 11px;
    }
  }

  @keyframes borderTop {
    0% {
      -webkit-background-size: 11px 100%, 0 11px, 0 0, 100% 11px;
      background-size: 11px 100%, 0 11px, 0 0, 100% 11px;
    }

    100% {
      -webkit-background-size: 11px 100%, 100% 11px, 0 0, 100% 11px;
      background-size: 11px 100%, 100% 11px, 0 0, 100% 11px;
    }
  }

  @-webkit-keyframes borderRight {
    0% {
      -webkit-background-size: 11px 100%, 100% 11px, 11px 0, 100% 11px;
      background-size: 11px 100%, 100% 11px, 11px 0, 100% 11px;
    }

    100% {
      -webkit-background-size: 11px 100%, 100% 11px, 11px 100%, 100% 11px;
      background-size: 11px 100%, 100% 11px, 11px 100%, 100% 11px;
    }
  }

  @keyframes borderRight {
    0% {
      -webkit-background-size: 11px 100%, 100% 11px, 11px 0, 100% 11px;
      background-size: 11px 100%, 100% 11px, 11px 0, 100% 11px;
    }

    100% {
      -webkit-background-size: 11px 100%, 100% 11px, 11px 100%, 100% 11px;
      background-size: 11px 100%, 100% 11px, 11px 100%, 100% 11px;
    }
  }
}

@media (max-width: 825px) {
  .MapsTabsMainCont {
    -webkit-animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
    animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
  }

  @-webkit-keyframes borderBottom {
    0% {
      -webkit-background-size: 0 0, 0 0, 0 0, 0 16px;
      background-size: 0 0, 0 0, 0 0, 0 16px;
    }

    100% {
      -webkit-background-size: 0 0, 0 0, 0 0, 100% 16px;
      background-size: 0 0, 0 0, 0 0, 100% 16px;
    }
  }

  @keyframes borderBottom {
    0% {
      -webkit-background-size: 0 0, 0 0, 0 0, 0 16px;
      background-size: 0 0, 0 0, 0 0, 0 16px;
    }

    100% {
      -webkit-background-size: 0 0, 0 0, 0 0, 100% 16px;
      background-size: 0 0, 0 0, 0 0, 100% 16px;
    }
  }

  @-webkit-keyframes borderLeft {
    0% {
      -webkit-background-size: 16px 0, 0 0, 0 0, 100% 16px;
      background-size: 16px 0, 0 0, 0 0, 100% 16px;
    }

    100% {
      -webkit-background-size: 16px 100%, 0 0, 0 0, 100% 16px;
      background-size: 16px 100%, 0 0, 0 0, 100% 16px;
    }
  }

  @keyframes borderLeft {
    0% {
      -webkit-background-size: 16px 0, 0 0, 0 0, 100% 16px;
      background-size: 16px 0, 0 0, 0 0, 100% 16px;
    }

    100% {
      -webkit-background-size: 16px 100%, 0 0, 0 0, 100% 16px;
      background-size: 16px 100%, 0 0, 0 0, 100% 16px;
    }
  }

  @-webkit-keyframes borderTop {
    0% {
      -webkit-background-size: 16px 100%, 0 16px, 0 0, 100% 16px;
      background-size: 16px 100%, 0 16px, 0 0, 100% 16px;
    }

    100% {
      -webkit-background-size: 16px 100%, 100% 16px, 0 0, 100% 16px;
      background-size: 16px 100%, 100% 16px, 0 0, 100% 16px;
    }
  }

  @keyframes borderTop {
    0% {
      -webkit-background-size: 16px 100%, 0 16px, 0 0, 100% 16px;
      background-size: 16px 100%, 0 16px, 0 0, 100% 16px;
    }

    100% {
      -webkit-background-size: 16px 100%, 100% 16px, 0 0, 100% 16px;
      background-size: 16px 100%, 100% 16px, 0 0, 100% 16px;
    }
  }

  @-webkit-keyframes borderRight {
    0% {
      -webkit-background-size: 16px 100%, 100% 16px, 16px 0, 100% 16px;
      background-size: 16px 100%, 100% 16px, 16px 0, 100% 16px;
    }

    100% {
      -webkit-background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
      background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
    }
  }

  @keyframes borderRight {
    0% {
      -webkit-background-size: 16px 100%, 100% 16px, 16px 0, 100% 16px;
      background-size: 16px 100%, 100% 16px, 16px 0, 100% 16px;
    }

    100% {
      -webkit-background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
      background-size: 16px 100%, 100% 16px, 16px 100%, 100% 16px;
    }
  }
}

@media (max-width: 480px) {
  .MapsTabsMainCont {
    -webkit-animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
    animation: borderBottom 0.4s linear 4.6s forwards, borderLeft 0.4s linear 5s forwards, borderTop 0.4s linear 5.4s forwards, borderRight 0.3s linear 5.8s forwards;
  }

  @-webkit-keyframes borderBottom {
    0% {
      -webkit-background-size: 0 0, 0 0, 0 0, 0 10px;
      background-size: 0 0, 0 0, 0 0, 0 10px;
    }

    100% {
      -webkit-background-size: 0 0, 0 0, 0 0, 100% 10px;
      background-size: 0 0, 0 0, 0 0, 100% 10px;
    }
  }

  @keyframes borderBottom {
    0% {
      -webkit-background-size: 0 0, 0 0, 0 0, 0 10px;
      background-size: 0 0, 0 0, 0 0, 0 10px;
    }

    100% {
      -webkit-background-size: 0 0, 0 0, 0 0, 100% 10px;
      background-size: 0 0, 0 0, 0 0, 100% 10px;
    }
  }

  @-webkit-keyframes borderLeft {
    0% {
      -webkit-background-size: 10px 0, 0 0, 0 0, 100% 10px;
      background-size: 10px 0, 0 0, 0 0, 100% 10px;
    }

    100% {
      -webkit-background-size: 10px 100%, 0 0, 0 0, 100% 10px;
      background-size: 10px 100%, 0 0, 0 0, 100% 10px;
    }
  }

  @keyframes borderLeft {
    0% {
      -webkit-background-size: 10px 0, 0 0, 0 0, 100% 10px;
      background-size: 10px 0, 0 0, 0 0, 100% 10px;
    }

    100% {
      -webkit-background-size: 10px 100%, 0 0, 0 0, 100% 10px;
      background-size: 10px 100%, 0 0, 0 0, 100% 10px;
    }
  }

  @-webkit-keyframes borderTop {
    0% {
      -webkit-background-size: 10px 100%, 0 10px, 0 0, 100% 10px;
      background-size: 10px 100%, 0 10px, 0 0, 100% 10px;
    }

    100% {
      -webkit-background-size: 10px 100%, 100% 10px, 0 0, 100% 10px;
      background-size: 10px 100%, 100% 10px, 0 0, 100% 10px;
    }
  }

  @keyframes borderTop {
    0% {
      -webkit-background-size: 10px 100%, 0 10px, 0 0, 100% 10px;
      background-size: 10px 100%, 0 10px, 0 0, 100% 10px;
    }

    100% {
      -webkit-background-size: 10px 100%, 100% 10px, 0 0, 100% 10px;
      background-size: 10px 100%, 100% 10px, 0 0, 100% 10px;
    }
  }

  @-webkit-keyframes borderRight {
    0% {
      -webkit-background-size: 10px 100%, 100% 10px, 10px 0, 100% 10px;
      background-size: 10px 100%, 100% 10px, 10px 0, 100% 10px;
    }

    100% {
      -webkit-background-size: 10px 100%, 100% 10px, 10px 100%, 100% 10px;
      background-size: 10px 100%, 100% 10px, 10px 100%, 100% 10px;
    }
  }

  @keyframes borderRight {
    0% {
      -webkit-background-size: 10px 100%, 100% 10px, 10px 0, 100% 10px;
      background-size: 10px 100%, 100% 10px, 10px 0, 100% 10px;
    }

    100% {
      -webkit-background-size: 10px 100%, 100% 10px, 10px 100%, 100% 10px;
      background-size: 10px 100%, 100% 10px, 10px 100%, 100% 10px;
    }
  }
}

.MapsTabsMainCont nav {
  position: absolute;
  top: -10vh;
}

.MapsTabsMainCont nav .nav.nav-tabs {
  border-bottom: none;
}

.MapsTabsMainCont nav .nav.nav-tabs .nav-item {
  background-color: transparent;
  border: solid #fff 1px;
  padding: 1.1rem 1.6rem;
  color: #fff;
  display: flex;
  width: 170px;
  align-items: center;
  text-align: center;
  border-radius: 0px;
}

.MapsTabsMainCont nav .nav.nav-tabs .nav-item span:before {
  font-size: 3.3rem;
  color: #fff;
}

.MapsTabsMainCont nav .nav.nav-tabs .nav-item:hover {
  cursor: pointer;
}

.MapsTabsMainCont nav .nav.nav-tabs .nav-item.active {
  color: #23263a;
  background-color: #fff;
}

.MapsTabsMainCont nav .nav.nav-tabs .nav-item.active span:before {
  color: #2c2f42;
  font-size: 3.3rem;
}

.MapsTabsMainCont nav .tab-content legend {
  transform: rotate(-90deg);
  filter: none;
  -ms-transform-origin: right top;
  -moz-transform-origin: right top;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  position: absolute;
  left: 3vw;
  z-index: 100;
  top: 28vh;
  color: #000;
  border: solid #9b8873 7px;
}

.MapsTabsMainCont .resultsCountCont {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  left: 10%;
  bottom: 5%;
  background: #9b8873;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.MapsTabsMainCont .resultsCountCont h3 {
  color: #fff;
  font-size: 23px;
}

.MapsTabsMainCont .mapsFiltrationCont {
  min-height: 400px;
}

.MapsTabsMainCont .mapsFiltrationCont .control {
  display: block;
  position: relative;
  padding-right: 4.7rem;
  margin-bottom: 3rem;
  cursor: pointer;
  font: normal 2.189rem MarkaziText-Bold;
  color: #fff;
  width: 140px;
  margin: 0 auto 3rem;
}

.MapsTabsMainCont .mapsFiltrationCont:before {
  transform: rotate(90deg);
  /*transform: rotate(-90deg);*/
  filter: none;
  -ms-transform-origin: right top;
  -moz-transform-origin: right top;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  position: absolute;
  right: -1vw;
  z-index: 100;
  top: 74.5%;
  color: #fff;
  font: normal 3rem MarkaziText-Bold;
}

.MapsTabsMainCont .mapsFiltrationCont .filtrationTxt {
  display: none;
  transform: rotate(-90deg);
  filter: none;
  -ms-transform-origin: right top;
  -moz-transform-origin: right top;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  position: absolute;
  right: -1vw;
  z-index: 100;
  top: 29vh;
  color: #fff;
  font: normal 3rem MarkaziText-Bold;
}

.MapsTabsMainCont .mapsFiltrationCont #mapsFiltrationCheck {
  width: auto;
  position: relative;
  top: 28px;
}

.MapsTabsMainCont .mapsFiltrationCont #mapsFiltrationCheck .mCSB_scrollTools .mCSB_buttonUp,
.MapsTabsMainCont .mapsFiltrationCont #mapsFiltrationCheck .mCSB_scrollTools .mCSB_buttonDown {
  display: none !important;
}

.MapsTabsMainCont .mapsFiltrationCont #mapsFiltrationCheck .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.MapsTabsMainCont .mapsFiltrationCont #mapsFiltrationCheck .tab-pane {
  height: 345px;
}

.MapsTabsMainCont .mapsFiltrationCont #mapsFiltrationCheck .tab-pane .ListItemCont {
  /*display: flex;
                        flex-direction: column;
                        justify-content: center;
                        align-items: center;
                        flex-grow: 1;
                        flex-basis: 0;
                        margin: 6.8rem 0;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 18px 0;
  padding: 3rem 2rem;
  width: 100%;
  overflow: auto;
  height: 100%;
}

.MapsTabsMainCont .mapsFiltrationCont #mapsFiltrationCheck .tab-pane .ListItemCont .mapsListFiltration {
  margin-bottom: 2.5rem;
  color: #fff;
  font: normal 2.189rem MarkaziText-Bold;
  list-style: none;
  cursor: pointer;
  line-height: 1.2;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
  margin-right: 2rem;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.MapsTabsMainCont .mapsFiltrationCont #mapsFiltrationCheck .tab-pane .ListItemCont .mapsListFiltration.active {
  font: 700 3.0352rem MarkaziText-Bold;
}

.MapsTabsMainCont .mapsFiltrationCont #mapsFiltrationCheck .control-group {
  /*display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    flex-grow: 1;
                    flex-basis: 0;
                    margin: 6.8rem 0;*/
  display: block;
  /*flex-direction: column;*/
  /*align-items: center;*/
  margin: 18px 0;
  padding: 3rem 0;
  width: 100%;
  overflow: auto;
  height: 100%;
}

.popupMapsContainer .mapPopupLeftComponent {
  border: solid #9b8873 1px;
  border-bottom: none;
  padding: 1.8rem 2.3rem;
  min-height: 552px;
  /*padding: 3rem 3rem 4.4rem 3rem;*/
}

.popupMapsContainer .mapPopupLeftComponent .closeBtn {
  position: absolute;
  right: 1.5vw;
  top: 1vw;
  color: #7f7f7f;
  background: transparent;
  font-size: 2.5vw;
  z-index: 1000;
  border: 0;
  outline: none;
  cursor: pointer;
  transform: rotate(45deg);
}

.popupMapsContainer .mapPopupLeftComponent .secoundartPopupImg {
  height: 255px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 3rem;
}

.popupMapsContainer .mapPopupLeftComponent hr {
  border-top: solid #9b8873 1px;
  margin-top: 1.4rem;
  padding-bottom: 1.4rem;
  width: 100%;
  margin-bottom: 0px;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .row>div {
  width: 100%;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .sharing {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .sharing span {
  font-size: 3.5rem;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .mapHeaderTitle h1 {
  font: 700 4.8rem MarkaziText-Bold;
  color: #000;
  /*margin-bottom: 1.5rem*/
  margin: 2.7rem 0 2.3rem;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .locationMapsPopup {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .locationMapsPopup .locationImg {
  line-height: 1;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .locationMapsPopup .locationImg span {
  font-size: 2.5rem;
  color: #000;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .locationMapsPopup .locationImgTxt {
  font: normal 1.4rem MarkaziText-Regular;
  color: #000;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .closingTimeMapsPopup {
  display: flex;
  /*align-items: center;*/
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .closingTimeMapsPopup .timeImg {
  line-height: 1;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .closingTimeMapsPopup .timeImg span {
  font-size: 2.2rem;
  color: #000;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .closingTimeMapsPopup .timingTxt {
  font: normal 1.4rem MarkaziText-Regular;
  color: #000;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .closingTimeMapsPopup .timingTxt .closedTxt {
  display: block;
  color: #e2000f;
  margin-bottom: .2rem;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .closingTimeMapsPopup .timingTxt .bold {
  font-weight: bold;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .detailsSectionPopup {
  align-items: center;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .detailsSectionPopup .mrgB1 {
  margin-bottom: 1rem;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .detailsSectionPopup .mrgB1:last-child {
  margin-bottom: 0rem;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .detailsSectionPopup .lblDetails {
  font: 100 1.6rem MarkaziText-Regular;
  color: #000;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .detailsSectionPopup .infoDetails {
  font: 100 1.6rem MarkaziText-Regular;
  font-weight: 500;
  color: #000;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .mainBrief {
  width: 100%;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .mainBrief p {
  font: 100 1.6rem/2.4rem MarkaziText-Regular;
  color: #000;
  margin-bottom: 2rem;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .mainBrief .readMoreMaps {
  font: 700 1.386rem MarkaziText-Bold;
  color: #3d414c;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .mainBrief .readMoreMaps span {
  background: #3d414c;
  color: #fff;
  font-size: .6rem;
  padding: .5rem;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.6vw;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .mainBrief .readMoreMaps span:before {
  font-size: 1rem;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .mainBrief .center {
  width: 100%;
  display: flex;
  margin: 0 auto;
  text-align: center;
  margin-top: 2rem;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 0px;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .mainBrief .center .planVisit {
  background-color: #3d414c;
  border: solid #3d414c 1px;
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .mainBrief .center .planVisit .icon-ticket {
  font-size: 3rem;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .mainBrief .center .planVisit .icon-ticket::before {
  color: #fff;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .mainBrief .center .planVisit .icon-next::before {
  color: #fff;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .mainBrief .center .planVisit .planVisitTxt {
  font: normal 2rem MarkaziText-Bold;
  border-left: solid #6d7078 1px;
  color: #fff;
  padding: 0 0.5rem;
  margin-left: 0.5rem;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .mainBrief .center .planVisit .icon-next span:before {
  font-size: 2rem;
  color: #fff;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .mainBrief .center .planVisit:hover {
  border: solid #3d414c 1px;
  background: transparent;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .mainBrief .center .planVisit:hover .planVisitTxt {
  color: #3d414c;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .mainBrief .center .planVisit:hover .icon-ticket:before {
  color: #3d414c;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .mainBrief .center .planVisit:hover .icon-next span:before {
  color: #3d414c;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .itemTitle {
  margin-bottom: 7px;
  color: #000;
  font-size: 23px;
  font-weight: 700;
  text-transform: capitalize;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .mediaImg.mediaContainer img {
  width: 100%;
  height: fit-content;
}

.popupMapsContainer .mapPopupLeftComponent .mapHeader .itemDetails .itemDisc {
  margin-top: 7px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.popupMapsContainer .mapPopupRightComponent h2 {
  color: rgba(0, 0, 0, 0.4);
  font: 700 2.4rem MarkaziText-Bold;
  margin: 0.4rem 0 2rem;
}

.popupMapsContainer .mapPopupRightComponent h2:not(:first-child) {
  margin-top: 3rem;
}

.popupMapsContainer .mapPopupRightComponent .seeAlsoImgCont {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: .5rem;
}

.popupMapsContainer .mapPopupRightComponent .seeAlsoImgCont .imageTitle {
  position: absolute;
  z-index: 30;
  bottom: 1vh;
  right: 1vw;
  display: flex;
  width: 90%;
  align-items: flex-end;
}

.popupMapsContainer .mapPopupRightComponent .seeAlsoImgCont .imageTitle .imageTitleLbl {
  width: 80%;
  word-wrap: break-word;
  float: right;
  display: flex;
  color: #fff;
  font: 700 2.4rem/2.7rem MarkaziText-Bold;
}

.popupMapsContainer .mapPopupRightComponent .seeAlsoImgCont .imageTitle .seeMoreCont {
  display: flex;
  float: left;
}

.popupMapsContainer .mapPopupRightComponent .seeAlsoImgCont .imageTitle .seeMoreCont .seeMoreBtn span {
  background: #fff;
  color: #3d414c;
  font-size: .6rem;
  padding: .5rem;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.6vw;
}

.popupMapsContainer .mapPopupRightComponent .seeAlsoImgCont .imageTitle .seeMoreCont .seeMoreBtn span:before {
  font-size: 1rem;
}

.popupMapsContainer .mapPopupRightComponent .seeAlsoImgCont img {
  width: 100%;
  height: 133px;
  object-fit: cover;
}

.popupMapsContainer .mapPopupRightComponent .seeAlsoImgCont:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right bottom, right top, color-stop(28%, rgba(0, 0, 0, 0.6)), color-stop(50%, transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 28%, transparent 50%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 28%, transparent 50%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 28%, transparent 50%);
  z-index: 29;
}

.popupMapsContainer .mapPopupRightComponent .seeAlsoImgCont.mrgnB {
  margin-bottom: 3rem;
}

.popupMapsContainer .mapPopupRightComponent .ExpirenceCont {
  border: solid #9b8873 1px;
  padding: 1.8rem 0.8rem;
}

.popupMapsContainer .mapPopupRightComponent .ExpirenceCont .expirenceTitle {
  font: 700 1.8rem MarkaziText-Bold;
  color: #000;
}

.popupMapsContainer .mapPopupRightComponent .ExpirenceCont .expirenceParagraph {
  font: 100 1.5rem/2rem MarkaziText-Regular;
  color: #000;
  margin: 1.7rem 0 2.1rem;
}

.popupMapsContainer .mapPopupRightComponent .ExpirenceCont .expirenceWritter a {
  font: normal 1.6rem MarkaziText-Bold;
  color: #000;
}

.popupMapsContainer .mapPopupRightComponent .ExpirenceCont .expirenceWritter .SeeMore {
  background: #3d414c;
  color: #fff;
  font-size: .6rem;
  padding: .5rem;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1.4vw;
  float: left;
}

.popupMapsContainer .mapPopupRightComponent .ExpirenceCont .expirenceWritter .SeeMore span:before {
  font-size: 1rem;
}

.popupMapsContainer .mapPopupRightComponent .readMoreMaps {
  font: 700 1.386rem MarkaziText-Bold;
  color: #3d414c;
  margin: 1rem 0;
  display: inline-block;
}

.popupMapsContainer .mapPopupRightComponent .readMoreMaps span {
  background: #3d414c;
  color: #fff;
  font-size: .6rem;
  padding: .5rem;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.6vw;
}

.popupMapsContainer .mapPopupRightComponent .readMoreMaps span:before {
  font-size: 1rem;
}

.popupMapsContainer #nav-popup {
  width: auto !important;
  max-height: 582px;
  overflow-y: auto;
  overflow-x: hidden;
}

.popupMapsContainer nav .nav-tabs {
  border: none;
  border-top: solid #9b8873 1px;
}

.popupMapsContainer nav .nav-tabs .nav-item.nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  border-left: solid #c3b5a2 1px;
  border-bottom: none;
  border-right: none;
  border-top: none;
  border-radius: 0px;
  font: 600 1.6rem MarkaziText-Bold !important;
  color: #bdb5a9;
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  padding: 0 1rem 2rem !important;
  /*margin-top: 0.7rem;*/
  margin-top: 0rem;
  max-width: 101px;
  font-size: 4rem;
  justify-content: center;
  align-items: center;
}

.popupMapsContainer nav .nav-tabs .nav-item.nav-link span {
  font-size: 3.4rem;
  color: #bdb5a9;
  margin: 1.6rem 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.popupMapsContainer nav .nav-tabs .nav-item.nav-link.active {
  color: #3d414c;
  border-left: solid #6d7078 1px;
  padding: 0 1rem 2rem !important;
}

.popupMapsContainer nav .nav-tabs .nav-item.nav-link.active span {
  color: #000;
  margin: 1rem 0;
}

.popupMapsContainer nav .nav-tabs .nav-item.nav-link.active:before {
  position: absolute;
  top: -14px;
  right: 43%;
  /*content: ' \02C4';*/
  color: #9b8873;
  font-family: PortalAndsubPortalIcons;
  /*transform: rotate(-180deg);*/
  background: #f4f0ea;
  z-index: 1000;
  font-weight: normal;
}

.control {
  display: block;
  position: relative;
  /*padding-right: 4.7rem;
        margin-bottom: 3rem;*/
  cursor: pointer;
  font: normal 2.189rem MarkaziText-Bold;
  color: #fff;
  width: 140px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control input:checked~.control__indicator {
  background: transparent;
  overflow: visible;
  border: solid #fff 1px;
}

.control__indicator {
  position: absolute;
  top: 2px;
  right: 0;
  height: 1.9rem;
  width: 1.9rem;
  background: transparent;
  border: solid #fff 1px;
}

.control--checkbox .control__indicator:after {
  right: 11px;
  top: -6px;
  width: 11px;
  height: 18px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control input:checked~.control__indicator:after {
  display: block;
}

.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

#mapsTimeLine {
  bottom: 20px;
  width: 70%;
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20%;
  /*.swiper-slide:after {
    content: "";
    position: absolute;
    bottom: -14px;
    right: 50%;
    border: solid #fff 1px;
    border-radius: 50px;
    height: 1rem;
    width: 1rem;
    background-color: #fff;
}*/
}

#mapsTimeLine .swiper-wrapper {
  /*margin:0 2vw;
             width:80%$imp;
            justify-content:center;*/
  height: 100%;
  min-height: 70px;
}

#mapsTimeLine .swiper-container {
  min-height: 70px;
  width: 100%;
  overflow: hidden;
}

#mapsTimeLine .swiper-container-horizontal>.swiper-scrollbar {
  bottom: 38px !important;
  height: 1px !important;
  width: 100% !important;
  display: inline-block !important;
  right: 0% !important;
}

#mapsTimeLine .swiper-scrollbar {
  background: white !important;
}

#mapsTimeLine .swiper-scrollbar-drag {
  background: white !important;
  height: 0px !important;
}

#mapsTimeLine .swiper-slide {
  /*border-left: solid #fff 1px;
    color: #fff;
    border-left: solid #fff 1px;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    flex-basis: 0;*/
}

#mapsTimeLine .swiper-slide .control {
  font: normal 1.5rem MarkaziText-Bold;
  width: auto;
  /*padding-right: 5.7rem;*/
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  /* position: absolute;
                  right: 7rem;*/
}

#mapsTimeLine .swiper-slide .control>span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*width: 80%;*/
  text-align: center;
}

#mapsTimeLine .swiper-slide .mapTimeLineTime {
  position: absolute;
  bottom: -50px;
  /*right: 30%;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  left: 0;
}

#mapsTimeLine .swiper-slide .control__indicator {
  top: 26px;
  right: 48%;
  border-radius: 50px;
  background: #fff;
  height: 1rem;
  width: 1rem;
}

#mapsTimeLine .swiper-slide .control__indicator:after {
  content: "\e92d";
  transform: rotate(0) !important;
  font-family: PortalAndsubPortalIcons;
  right: -10px !important;
  top: -10px !important;
  border: solid #f4f0ea 1px;
  border-radius: 50px !important;
  padding: 1px !important;
  background-color: #f4f0ea !important;
  width: 31px !important;
  height: 31px !important;
  z-index: 1000000;
  color: #442e2e;
  font-size: 2.3rem;
  text-align: center;
}

#mapsTimeLine .swiper-button-prev,
#mapsTimeLine .swiper-button-next {
  position: fixed;
  top: 50%;
  width: 6.3rem !important;
  height: 6.3rem !important;
  margin-top: -70px !important;
  z-index: 10;
  cursor: pointer;
  background-size: 0;
  background-position: center;
  border: solid white 1px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 32px;
  top: auto;
  outline: none !important;
}

#mapsTimeLine .swiper-button-prev.swiper-button-disabled,
#mapsTimeLine .swiper-button-next.swiper-button-disabled {
  pointer-events: fill;
}

#mapsTimeLine .swiper-button-prev,
#mapsTimeLine .swiper-container-rtl .swiper-button-next {
  /*top: 100% !important;*/
  color: #f2ede7;
  background-image: none !important;
  transform: rotate(0deg);
  /*transform: rotate(-180deg);*/
  right: 15% !important;
  left: auto !important;
}

#mapsTimeLine .swiper-button-prev span,
#mapsTimeLine .swiper-container-rtl .swiper-button-next span {
  font-size: 2rem;
}

#mapsTimeLine .swiper-button-next,
#mapsTimeLine .swiper-container-rtl .swiper-button-prev {
  /*top: 100% !important;*/
  color: #f2ede7;
  /*@include transformRotate(180deg);*/
  background-image: none !important;
  left: 5% !important;
  right: auto !important;
}

#mapsTimeLine .swiper-button-next span,
#mapsTimeLine .swiper-container-rtl .swiper-button-prev span {
  font-size: 2rem;
}

.map-container-inner {
  z-index: 0;
}

:not(.mapsContianer) .MicrosoftMap .NavBar_Container,
:not(.mapsContianer) .MicrosoftMap .NavBar_Container.compact {
  left: auto !important;
  bottom: 0px !important;
  top: auto !important;
}

.filtrationToogle.icon-mapsFiltrationPopupBtn {
  display: none !important;
}

@media (max-width: 1600px) {
  .control {
    font-size: 1.8rem;
  }

  .MapsTabsMainCont nav {
    top: -12vh;
  }

  .MapsTabsMainCont nav .nav.nav-tabs .nav-item {
    padding: 0.9rem;
    width: 50%;
    font-size: 1.4rem;
  }

  .MapsTabsMainCont .mapsFiltrationCont {
    min-height: 300px;
  }

  .MapsTabsMainCont .mapsFiltrationCont .control {
    font-size: 1.8rem;
  }

  .MapsTabsMainCont .mapsFiltrationCont:before {
    font: normal 2.3rem MarkaziText-Bold;
  }

  .MapsTabsMainCont .mapsFiltrationCont #mapsFiltrationCheck .control-group {
    margin-top: 2rem;
    margin-bottom: 0px;
  }

  .MapsTabsMainCont .mapsFiltrationCont #mapsFiltrationCheck .tab-pane {
    height: 250px;
  }

  .MapsTabsMainCont .mapsFiltrationCont #mapsFiltrationCheck .tab-pane .ListItemCont {
    margin-top: 2rem;
  }

  .MapsTabsMainCont .mapsFiltrationCont #mapsFiltrationCheck .tab-pane .ListItemCont .mapsListFiltration {
    font-size: 1.8rem;
    /*white-space: nowrap;
                                overflow: hidden;*/
    text-overflow: ellipsis;
    /*width: 180px;*/
  }

  .MapsTabsMainCont .mapsFiltrationCont #mapsFiltrationCheck .tab-pane .ListItemCont .mapsListFiltration.active {
    font-size: 2.2rem;
  }

  #mapsTimeLine .swiper-slide .mapTimeLineTime {
    /*right: 38px;*/
  }

  #mapsTimeLine .swiper-button-prev,
  #mapsTimeLine .swiper-button-next {
    /*padding: 2.5rem$imp*/
  }
}

@media (max-width: 1280px) {
  .MapsTabsMainCont nav {
    top: -13vh;
  }

  #mapsTimeLine .swiper-button-prev,
  #mapsTimeLine .swiper-button-next {
    bottom: 8vh;
  }

  #mapsTimeLine {
    bottom: 8vh;
  }

  #mapsTimeLine .swiper-container {
    width: 95%;
  }
}

@media (max-width: 1024px) {
  .MapsTabsMainCont {
    display: none;
  }

  .MapsTabsMainCont.active {
    display: block;
    width: 94vw;
    background: #f4f0ea;
    margin: 0 auto;
    padding: 10rem 2rem 2rem 2rem;
    top: 19vh;
    right: 1vw;
    left: 1vw;
    z-index: 9;
  }

  .MapsTabsMainCont.active nav {
    top: 5vh;
    background: #f4f0ea;
    width: 51%;
  }

  .MapsTabsMainCont.active nav .nav.nav-tabs .nav-item {
    padding: 1rem;
    width: 40%;
    right: 50%;
    position: relative;
    border: solid #131550 1px;
    color: #131550;
  }

  .MapsTabsMainCont.active nav .nav.nav-tabs .nav-item span:before {
    color: #131550;
  }

  .MapsTabsMainCont.active nav .nav.nav-tabs .nav-item.active {
    color: #fff;
    background-color: #131550;
  }

  .MapsTabsMainCont.active nav .nav.nav-tabs .nav-item.active span:before {
    color: #fff;
  }

  .MapsTabsMainCont.active .mapsFiltrationCont::before {
    content: "" !important;
  }

  .MapsTabsMainCont.active .mapsFiltrationCont .control {
    color: #131550;
  }

  .MapsTabsMainCont.active .mapsFiltrationCont #mapsFiltrationCheck .tab-pane .ListItemCont .mapsListFiltration {
    color: #131550;
  }

  .control input:checked~.control__indicator {
    border: solid #131550 1px;
  }

  .control--checkbox .control__indicator:after {
    right: 11px;
    top: -6px;
    width: 11px;
    height: 18px;
    /*border: solid #fff;*/
    border: solid #131550;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .control__indicator {
    border: solid #131550 1px;
    top: -1px;
  }

  .filtrationToogle.icon-mapsFiltrationPopupBtn {
    display: block !important;
    position: fixed;
    z-index: 999;
    color: #fff;
    left: 5%;
    top: 20%;
    font-size: 3.1rem;
    border: solid #fff 1px;
    padding: 1rem;
    cursor: pointer;
  }

  .filtrationToogle.icon-mapsFiltrationPopupBtn:before {
    color: #fff;
  }

  .filtrationToogle.active {
    border: solid #131550 1px;
    top: 20%;
  }

  .filtrationToogle.active:before {
    color: #131550;
  }
}

@media (max-width: 825px) {
  #mapsTimeLine .swiper-slide .control>span {
    width: 80%;
  }

  #mapsTimeLine .swiper-container-horizontal>.swiper-scrollbar {
    width: 93% !important;
    left: 5% !important;
  }

  #mapsTimeLine .swiper-button-prev,
  #mapsTimeLine .swiper-button-next {
    bottom: 32px;
  }

  #mapsTimeLine .swiper-button-next,
  #mapsTimeLine .swiper-container-rtl .swiper-button-prev {
    left: 3% !important;
    bottom: 9vh;
  }

  #mapsTimeLine {
    bottom: 9vh;
  }

  .popupMapsContainer .mapPopupLeftComponent .mapHeader .mapHeaderTitle h1 {
    font-size: 3.8rem;
  }

  .popupMapsContainer nav .nav-tabs {
    border: solid #9b8873 1px !important;
    margin-bottom: 2rem;
  }

  .popupMapsContainer nav .nav-tabs .nav-item.nav-link {
    padding: 0 1rem 1rem !important;
  }

  .popupMapsContainer nav .nav-tabs .nav-item.nav-link.active {
    padding: 0 1rem 1rem !important;
  }

  #mapsTimeLine {
    width: 75%;
  }

  #mapsTimeLine .swiper-container-rtl .swiper-button-next {
    right: 13% !important;
  }
}

@media (max-width: 825px) and (orientation: landscape) {
  .MapsTabsMainCont.active {
    top: 30vh;
    overflow: hidden;
  }

  .MapsTabsMainCont.active .mapsFiltrationCont {
    min-height: auto;
  }

  .MapsTabsMainCont.active .mapsFiltrationCont #mapsFiltrationCheck {
    top: 0;
  }

  .MapsTabsMainCont.active .mapsFiltrationCont #mapsFiltrationCheck .tab-pane {
    height: 37vh;
  }

  .MapsTabsMainCont.active .popupMapsContainer #nav-popup {
    max-height: 482px;
  }

  .filtrationToogle.icon-mapsFiltrationPopupBtn,
  .filtrationToogle.active {
    top: 33vh;
  }
}

@media (max-width: 750px) {
  .modal-dialog {
    margin: 10rem auto !important;
  }

  .MapsTabsMainCont {
    display: none;
  }

  .MapsTabsMainCont.active {
    display: block;
    /*width: 97vw;*/
    background: #f4f0ea;
    /*margin: 0 0.5rem;*/
    padding: 8rem 2rem 2rem 2rem;
    top: 30vh;
  }

  .MapsTabsMainCont.active nav {
    top: 11vh;
    background: #f4f0ea;
    width: 80%;
    right: 20%;
  }

  .MapsTabsMainCont.active nav .nav.nav-tabs .nav-item {
    padding: 1rem;
    width: 36%;
    right: 0%;
    position: relative;
    border: solid #131550 1px;
    color: #131550;
  }

  .MapsTabsMainCont.active nav .nav.nav-tabs .nav-item span:before {
    color: #131550;
  }

  .MapsTabsMainCont.active nav .nav.nav-tabs .nav-item.active {
    color: #fff;
    background-color: #131550;
  }

  .MapsTabsMainCont.active nav .nav.nav-tabs .nav-item.active span:before {
    color: #fff;
  }

  .MapsTabsMainCont.active .mapsFiltrationCont {
    /*min-height: 360px;*/
  }

  .MapsTabsMainCont.active .mapsFiltrationCont::before {
    content: "" !important;
  }

  .MapsTabsMainCont.active .mapsFiltrationCont .control {
    color: #131550;
  }

  .MapsTabsMainCont.active .mapsFiltrationCont #mapsFiltrationCheck {
    top: 35px;
  }

  .MapsTabsMainCont.active .mapsFiltrationCont #mapsFiltrationCheck .tab-pane {
    /*height: 305px;*/
  }

  .MapsTabsMainCont.active .mapsFiltrationCont #mapsFiltrationCheck .tab-pane .ListItemCont {
    margin: 2.8rem 0;
  }

  .MapsTabsMainCont.active .mapsFiltrationCont #mapsFiltrationCheck .tab-pane .ListItemCont .mapsListFiltration {
    color: #131550;
  }

  .MapsTabsMainCont.active .mapsFiltrationCont #mapsFiltrationCheck .control-group {
    /*margin: 2.8rem 0;*/
  }

  .control input:checked~.control__indicator {
    border: solid #131550 1px;
  }

  .control--checkbox .control__indicator:after {
    right: 11px;
    top: -6px;
    width: 11px;
    height: 18px;
    /*border: solid #fff;*/
    border: solid #131550;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .control__indicator {
    border: solid #131550 1px;
    top: -1px;
  }

  #mapsTimeLine {
    right: 15%;
    bottom: 9vh;
  }

  #mapsTimeLine .swiper-container-horizontal>.swiper-scrollbar {
    width: 96% !important;
    left: 2% !important;
  }

  #mapsTimeLine .swiper-button-next,
  #mapsTimeLine .swiper-container-rtl .swiper-button-prev {
    left: 0px !important;
  }

  #mapsTimeLine .swiper-button-prev,
  #mapsTimeLine .swiper-container-rtl .swiper-button-next {
    right: 0px !important;
    bottom: 9vh;
  }

  .filtrationToogle {
    position: fixed;
    z-index: 10;
    color: #fff;
    left: 10%;
    top: 33vh;
    font-size: 3.1rem;
    border: solid #fff 1px;
    padding: 1rem;
    cursor: pointer;
  }

  .filtrationToogle:before {
    color: #fff;
  }
}

@media (max-width: 480px) {
  .MapsTabsMainCont {
    display: none;
  }

  .MapsTabsMainCont.active {
    display: block;
    /*width: 97vw;*/
    background: #f4f0ea;
    /*margin: 0 0.5rem;*/
    padding: 8rem 2rem 2rem 2rem;
    top: 19vh;
    z-index: 999;
  }

  .MapsTabsMainCont.active nav {
    top: 11vh;
    background: #f4f0ea;
    width: 90%;
    right: 19px;
  }

  .MapsTabsMainCont.active nav .nav.nav-tabs .nav-item {
    padding: 1rem;
    width: 50%;
    right: 0%;
    position: relative;
    border: solid #131550 1px;
    color: #131550;
  }

  .MapsTabsMainCont.active nav .nav.nav-tabs .nav-item span:before {
    color: #131550;
  }

  .MapsTabsMainCont.active nav .nav.nav-tabs .nav-item.active {
    color: #fff;
    background-color: #131550;
  }

  .MapsTabsMainCont.active nav .nav.nav-tabs .nav-item.active span:before {
    color: #fff;
  }

  .MapsTabsMainCont.active .mapsFiltrationCont {
    min-height: 360px;
  }

  .MapsTabsMainCont.active .mapsFiltrationCont::before {
    content: "" !important;
  }

  .MapsTabsMainCont.active .mapsFiltrationCont .control {
    color: #131550;
  }

  .MapsTabsMainCont.active .mapsFiltrationCont #mapsFiltrationCheck {
    top: 65px;
  }

  .MapsTabsMainCont.active .mapsFiltrationCont #mapsFiltrationCheck .tab-pane {
    height: 305px;
  }

  .MapsTabsMainCont.active .mapsFiltrationCont #mapsFiltrationCheck .tab-pane .ListItemCont {
    margin: 2.8rem 0;
  }

  .MapsTabsMainCont.active .mapsFiltrationCont #mapsFiltrationCheck .tab-pane .ListItemCont .mapsListFiltration {
    color: #131550;
  }

  .popupMapsContainer .mapPopupLeftComponent .mapHeader .mapHeaderTitle h1 {
    font-size: 2.8rem;
  }

  .control input:checked~.control__indicator {
    border: solid #131550 1px;
  }

  .control--checkbox .control__indicator:after {
    right: 11px;
    top: -6px;
    width: 11px;
    height: 18px;
    /*border: solid #fff;*/
    border: solid #131550;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .control__indicator {
    border: solid #131550 1px;
    top: -1px;
  }

  .MapsTabsMainCont.active nav .nav.nav-tabs .nav-item {
    word-break: break-all;
  }

  .filtrationToogle {
    position: fixed;
    z-index: 10;
    color: #fff;
    left: 10%;
    top: 20.5%;
    font-size: 3.1rem;
    border: solid #fff 1px;
    padding: 1rem;
    cursor: pointer;
  }

  .filtrationToogle:before {
    color: #fff;
  }

  .filtrationToogle {
    top: 20.2%;
    font-size: 2.1rem;
  }
}

@media (max-width: 825px) {
  .MicrosoftMap .NavBar_Container.compact {
    bottom: 100px !important;
  }
}

.mediaCenterContainer {
  display: flex;
  flex-wrap: wrap;
  margin: 3.2rem auto;
  background: url("/Style Library/images/eyeBackgroundObject.png") bottom left no-repeat, url("/Style Library/images/eagleBackgroundObject.png") bottom right no-repeat, rgba(150, 142, 169, 0.25);
  background-size: 50%, 50%;
}

.mediaCenterContainer * {
  /*transition: all 1s;*/
}

.mediaCenterContainer .socialContainer,
.mediaCenterContainer .mediaContainer,
.mediaCenterContainer .storiesContainer {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.mediaCenterContainer .mediaCenterItem {
  height: 14vw;
  /*max-height: 26rem;*/
  overflow: hidden;
  position: relative;
}

.mediaCenterContainer .mediaCenterItem:hover img {
  transform: scale(1.03);
}

.mediaCenterContainer .mediaCenterItem:not(.headerBox) {
  cursor: pointer;
}

.mediaCenterContainer .mediaCenterItem .itemCaption {
  position: relative;
}

.mediaCenterContainer .mediaCenterItem .itemCaption:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: opacity .5s;
}

.mediaCenterContainer .mediaCenterItem .itemCaption:hover:after {
  opacity: .4;
}

.mediaCenterContainer .mediaCenterItem>div {
  height: 100%;
  position: relative;
}

.mediaCenterContainer .mediaCenterItem>div>img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform .5s;
}

.mediaCenterContainer .mediaCenterItem.headerBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: visible;
}

.mediaCenterContainer .mediaCenterItem.headerBox:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 1vw solid transparent;
  border-bottom: 1vw solid transparent;
  left: -1vw;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.mediaCenterContainer .mediaCenterItem.headerBox h2 {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 1vw;
  text-align: center;
}

.mediaCenterContainer .mediaCenterItem.headerBox a {
  color: #fff !important;
  font-size: 1.6rem;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.mediaCenterContainer .mediaCenterItem.headerBox a span[class*="icon-"] {
  background: #fff;
  padding: .6rem;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.2rem;
  margin-right: 1rem;
  display: inline-block;
  transform: scaleX(-1);
}

.mediaCenterContainer .mediaCenterItem.headerBox.socialHeaderBox {
  background: #342f72;
  width: calc(100% / 3);
}

.mediaCenterContainer .mediaCenterItem.headerBox.socialHeaderBox:after {
  border-right: 1vw solid #342f72;
}

.mediaCenterContainer .mediaCenterItem.headerBox.socialHeaderBox a span[class*="icon-"] {
  color: #342f72;
}

.mediaCenterContainer .mediaCenterItem.headerBox.storiesHeaderBox {
  background: #bbaf9f;
  width: 50%;
}

.mediaCenterContainer .mediaCenterItem.headerBox.storiesHeaderBox:after {
  border-right: 1vw solid #bbaf9f;
}

.mediaCenterContainer .mediaCenterItem.headerBox.storiesHeaderBox a span[class*="icon-"] {
  color: #bbaf9f;
}

.mediaCenterContainer .mediaCenterItem.headerBox.mediaHeaderBox {
  background: #968ea9;
  width: calc(100% / 3);
}

.mediaCenterContainer .mediaCenterItem.headerBox.mediaHeaderBox:after {
  border-right: 1vw solid #968ea9;
}

.mediaCenterContainer .mediaCenterItem.headerBox.mediaHeaderBox a span[class*="icon-"] {
  color: #968ea9;
}

.mediaCenterContainer .mediaCenterItem.socialItem {
  background: #fff;
  color: #131550;
  padding: 2.7vw 1.4vw 0;
  position: relative;
  width: calc(100% / 3);
}

.mediaCenterContainer .mediaCenterItem.socialItem.socialItemForStory {
  background: #fff;
  color: #fff;
  position: relative;
  width: calc(100% / 3);
  padding: 0px;
}

.mediaCenterContainer .mediaCenterItem.socialItem h3 {
  font: 700 2.4rem MarkaziText-Bold;
  margin-bottom: 1vw;
}

.mediaCenterContainer .mediaCenterItem.socialItem.socialItemForStory h3 {
  padding: 16px 6px 4px 6px;
  font: 700 2.4rem play;
  margin-bottom: 1vw;
}

.mediaCenterContainer .mediaCenterItem.socialItem p {
  font: 400 1.6rem MarkaziText-Regular;
  position: relative;
  z-index: 1;
}

.mediaCenterContainer .mediaCenterItem.socialItem.socialItemForStory p {
  padding: 0px 6px;
  font: 400 1.6rem lato;
  position: relative;
  z-index: 1;
}

.mediaCenterContainer .mediaCenterItem.socialItem p:before {
  /* content: '’’'; */
  position: absolute;
  top: -3rem;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  font-family: 'play';
  font-size: 21em;
  z-index: -1;
  color: #e8e7ed;
}

.mediaCenterContainer .mediaCenterItem.storiesItem {
  width: 50%;
  background: #fff;
  /*&:hover .itemCaption {
                color: $mediaCenterHeaderBox-1;
            }*/
}

.mediaCenterContainer .mediaCenterItem.storiesItem .itemCaption {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #131550;
  padding: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}

.mediaCenterContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3c367b;
  width: 3vw;
  height: 3vw;
  transform: none !important;
  position: relative;
  z-index: 1;
}

.mediaCenterContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span {
  font-size: 1.8vw;
  color: #fff;
}

.mediaCenterContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle {
  font-size: 3rem;
  font-weight: 700;
  width: auto;
  margin-bottom: .3vw;
  position: relative;
  z-index: 10;
}

.mediaCenterContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc {
  font-family: MarkaziText-Regular;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}

.mediaCenterContainer .mediaCenterItem.storiesItem>.withImage {
  position: relative;
}

.mediaCenterContainer .mediaCenterItem.storiesItem>.withImage .itemCaption {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.mediaCenterContainer .mediaCenterItem.storiesItem>.withImage .itemCaption .itemDisc {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  .mediaCenterContainer .mediaCenterItem.storiesItem>.withImage .itemCaption {
    /* IE10 */
    /* IE11 */
  }

  .mediaCenterContainer .mediaCenterItem.storiesItem>.withImage .itemCaption .itemTitle {
    position: absolute;
    bottom: 1.1rem;
  }

  .mediaCenterContainer .mediaCenterItem.storiesItem>.withImage .itemCaption *::-ms-backdrop,
  .mediaCenterContainer .mediaCenterItem.storiesItem>.withImage .itemCaption .itemTitle {
    position: absolute;
    bottom: 1.1rem;
  }
}

.mediaCenterContainer .mediaCenterItem.mediaItem {
  width: calc(100% / 3);
  position: relative;
}

.mediaCenterContainer .mediaCenterItem.mediaItem .no-image {
  background: #fff;
}

.mediaCenterContainer .mediaCenterItem.mediaItem .no-image:before {
  content: '';
  font: 700 2.4rem MarkaziText-Bold;
  width: 100%;
  position: absolute;
  top: 28%;
  right: 0;
  text-align: center;
  color: #131550;
  white-space: pre;
  background: none;
  content: 'لا يوجد صورة';
}

.mediaCenterContainer .mediaCenterItem.mediaItem .no-image .itemBox {
  border-color: #342f72 !important;
  color: #342f72 !important;
}

.mediaCenterContainer .mediaCenterItem.mediaItem .itemCaption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mediaCenterContainer .mediaCenterItem.mediaItem .itemBox {
  position: absolute;
  right: .63vw;
  left: .63vw;
  bottom: .63vw;
  height: 25%;
  color: #fff;
  border: 1px solid #fff;
  padding: 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.mediaCenterContainer .mediaCenterItem.mediaItem .itemBox h3 {
  font-size: 1.4rem;
  margin-bottom: 0;
  /*height: 123%;*/
  overflow: hidden;
}

.mediaCenterContainer .mediaCenterItem.mediaItem .itemBox span {
  font-size: 1.3vw;
  align-self: center;
}

.mediaCenterContainer.all .socialContainer {
  width: 50%;
  height: 14vw;
}

.mediaCenterContainer.all .mediaContainer {
  width: 50%;
  align-items: flex-end;
  margin-top: -28vw;
  height: 28vw;
}

.mediaCenterContainer.all .storiesContainer {
  width: 50%;
  height: 42vw;
}

.mediaCenterContainer.mediaOnly .mediaContainer,
.mediaCenterContainer.mediaOnly .socialContainer,
.mediaCenterContainer.socialOnly .mediaContainer,
.mediaCenterContainer.socialOnly .socialContainer {
  width: 100%;
}

.mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.socialItem,
.mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.mediaItem,
.mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox,
.mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox,
.mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.socialItem,
.mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.mediaItem,
.mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox.socialHeaderBox,
.mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox,
.mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.socialItem,
.mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.mediaItem,
.mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox,
.mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox,
.mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.socialItem,
.mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.mediaItem,
.mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox.socialHeaderBox,
.mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox {
  width: calc(100% / 6);
}

.mediaCenterContainer.mediaOnly .mediaCenterItem.mediaItem.default {
  display: none;
}

.mediaCenterContainer.storiesOnly {
  flex-direction: row-reverse;
}

.mediaCenterContainer.storiesOnly .storiesContainer {
  width: 100%;
}

.mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.storiesItem,
.mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox {
  width: 25%;
}

.mediaCenterContainer.storiesOnly .mediaCenterItem.storiesItem.default {
  display: none;
}

.mediaCenterContainer.social-media .socialContainer {
  width: 50%;
}

.mediaCenterContainer.social-media .mediaContainer {
  width: 50%;
}

.mediaCenterContainer.media-stories,
.mediaCenterContainer.stories-social {
  flex-direction: row-reverse;
}

.mediaCenterContainer.media-stories .mediaContainer,
.mediaCenterContainer.media-stories .socialContainer,
.mediaCenterContainer.media-stories .storiesContainer,
.mediaCenterContainer.stories-social .mediaContainer,
.mediaCenterContainer.stories-social .socialContainer,
.mediaCenterContainer.stories-social .storiesContainer {
  width: 50%;
}

@media (max-width: 1600px) {
  .mediaCenterContainer.all .socialContainer {
    height: 14.5vw;
  }

  .mediaCenterContainer.all .mediaContainer {
    margin-top: -29vw;
    height: 29vw;
  }

  .mediaCenterContainer.all .storiesContainer {
    height: 43.5vw;
  }

  .mediaCenterContainer .mediaCenterItem {
    height: 14.5vw;
  }

  .mediaCenterContainer .mediaCenterItem.headerBox h2 {
    font-size: 3.8rem;
    margin-bottom: 1.5rem;
  }

  .mediaCenterContainer .mediaCenterItem.headerBox a {
    font-size: 1.4rem;
  }

  .mediaCenterContainer .mediaCenterItem.headerBox a span[class*="icon-"] {
    font-size: 1.1rem;
  }

  .mediaCenterContainer .mediaCenterItem.socialItem h3 {
    font-size: 2rem;
    margin-bottom: .8vw;
  }

  .mediaCenterContainer .mediaCenterItem.socialItem p {
    font-size: 1.4rem;
  }

  .mediaCenterContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge {
    margin-bottom: 1vw;
  }

  .mediaCenterContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle {
    font-size: 2.5rem;
    margin-bottom: .2vw;
  }

  .mediaCenterContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc {
    font-size: 1.4rem;
  }

  .mediaCenterContainer .mediaCenterItem.mediaItem .itemCaption h3 {
    font-size: 1.35rem;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .mediaCenterContainer.all .socialContainer {
    height: 16vw;
  }

  .mediaCenterContainer.all .mediaContainer {
    margin-top: -32vw;
    height: 32vw;
  }

  .mediaCenterContainer.all .storiesContainer {
    height: 48vw;
  }

  .mediaCenterContainer .mediaCenterItem {
    height: 16vw;
  }

  .mediaCenterContainer .mediaCenterItem.headerBox h2 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
  }

  .mediaCenterContainer .mediaCenterItem.headerBox a {
    font-size: 1.35rem;
  }

  .mediaCenterContainer .mediaCenterItem.headerBox a span[class*="icon-"] {
    font-size: 1.1rem;
  }

  .mediaCenterContainer .mediaCenterItem.socialItem h3 {
    font-size: 1.8rem;
  }

  .mediaCenterContainer .mediaCenterItem.socialItem p {
    font-size: 1.3rem;
  }

  .mediaCenterContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle {
    font-size: 2.2rem;
  }

  .mediaCenterContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc {
    font-size: 1.35rem;
  }

  .mediaCenterContainer .mediaCenterItem.mediaItem.no-image:after {
    font-size: 2rem;
  }

  .mediaCenterContainer .mediaCenterItem.mediaItem .itemCaption h3 {
    font-size: 1.35rem;
  }
}

@media (max-width: 1024px) {
  .mediaCenterContainer.all .socialContainer {
    height: 16vw;
  }

  .mediaCenterContainer.all .mediaContainer {
    margin-top: -32vw;
    height: 32vw;
  }

  .mediaCenterContainer.all .storiesContainer {
    height: 48vw;
  }

  .mediaCenterContainer .mediaCenterItem {
    height: 16vw;
  }

  .mediaCenterContainer .mediaCenterItem.headerBox h2 {
    font-size: 3.2rem;
  }

  .mediaCenterContainer .mediaCenterItem.headerBox a {
    font-size: 1.3rem;
  }

  .mediaCenterContainer .mediaCenterItem.socialItem {
    padding: 2vw 1.4vw 0;
  }

  .mediaCenterContainer .mediaCenterItem.socialItem h3 {
    font-size: 1.6rem;
  }

  .mediaCenterContainer .mediaCenterItem.socialItem p {
    font-size: 1.3rem;
  }

  .mediaCenterContainer .mediaCenterItem.mediaItem.no-image:after {
    font-size: 1.8rem;
  }

  .mediaCenterContainer .mediaCenterItem.mediaItem .itemCaption h3 {
    font-size: 1.3rem;
  }

  .mediaCenterContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle {
    font-size: 1.7rem;
  }

  .mediaCenterContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc {
    font-size: 1.3rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-height: 1.2;
  }
}

@media (max-width: 825px) {
  .mediaCenterContainer {
    width: initial;
    height: initial;
    flex-direction: column;
  }

  .mediaCenterContainer.all .socialContainer,
  .mediaCenterContainer.all .mediaContainer,
  .mediaCenterContainer.all .storiesContainer,
  .mediaCenterContainer.socialOnly .socialContainer,
  .mediaCenterContainer.socialOnly .mediaContainer,
  .mediaCenterContainer.socialOnly .storiesContainer,
  .mediaCenterContainer.mediaOnly .socialContainer,
  .mediaCenterContainer.mediaOnly .mediaContainer,
  .mediaCenterContainer.mediaOnly .storiesContainer,
  .mediaCenterContainer.storiesOnly .socialContainer,
  .mediaCenterContainer.storiesOnly .mediaContainer,
  .mediaCenterContainer.storiesOnly .storiesContainer,
  .mediaCenterContainer.media-stories .socialContainer,
  .mediaCenterContainer.media-stories .mediaContainer,
  .mediaCenterContainer.media-stories .storiesContainer,
  .mediaCenterContainer.social-media .socialContainer,
  .mediaCenterContainer.social-media .mediaContainer,
  .mediaCenterContainer.social-media .storiesContainer,
  .mediaCenterContainer.stories-social .socialContainer,
  .mediaCenterContainer.stories-social .mediaContainer,
  .mediaCenterContainer.stories-social .storiesContainer {
    width: 100%;
    height: initial;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.default,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.default,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.default,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.default,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.default,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.default,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.default,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.default,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.default,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.default,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.default,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.default,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.default,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.default,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.default,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.default,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.default,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.default,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.default,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.default,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.default {
    display: none;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.headerBox:after,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.headerBox:after,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.headerBox:after,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox:after,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox:after,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.headerBox:after,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox:after,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox:after,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.headerBox:after,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.headerBox:after,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.headerBox:after,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.headerBox:after,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.headerBox:after,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.headerBox:after,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.headerBox:after,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.headerBox:after,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.headerBox:after,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.headerBox:after,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.headerBox:after,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.headerBox:after,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.headerBox:after {
    border-right-width: 2vw;
    border-top-width: 2vw;
    border-bottom-width: 2vw;
    left: -1.9vw;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.all .socialContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.all .socialContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.all .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox {
    height: 25vw;
    width: calc(100% / 3);
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.all .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox {
    height: 25vw;
    width: 50%;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.socialItem {
    /* padding: 4vw 3vw 0; */
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.socialItem h3 {
    font-size: 2.5vw;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.socialItem p {
    font-size: 2vw;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.storiesItem .itemCaption {
    padding: 6%;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge {
    width: 5vw;
    height: 5vw;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span {
    font-size: 3vw;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle {
    font-size: 3vw;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc {
    font-size: 2vw;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.mediaItem.no-image:after,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.mediaItem.no-image:after,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.mediaItem.no-image:after,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.mediaItem.no-image:after,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.mediaItem.no-image:after,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.mediaItem.no-image:after,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.mediaItem.no-image:after,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.mediaItem.no-image:after,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.mediaItem.no-image:after,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.mediaItem.no-image:after,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.mediaItem.no-image:after,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.mediaItem.no-image:after,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.mediaItem.no-image:after,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.mediaItem.no-image:after,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.mediaItem.no-image:after,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.mediaItem.no-image:after,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.mediaItem.no-image:after,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.mediaItem.no-image:after,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.mediaItem.no-image:after,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.mediaItem.no-image:after,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.mediaItem.no-image:after {
    font-size: 2.4rem;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.mediaItem .itemBox,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.mediaItem .itemBox,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.mediaItem .itemBox,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.mediaItem .itemBox,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.mediaItem .itemBox,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.mediaItem .itemBox,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.mediaItem .itemBox,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.mediaItem .itemBox,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.mediaItem .itemBox,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.mediaItem .itemBox,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.mediaItem .itemBox,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.mediaItem .itemBox,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.mediaItem .itemBox,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.mediaItem .itemBox,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.mediaItem .itemBox,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.mediaItem .itemBox,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.mediaItem .itemBox,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.mediaItem .itemBox,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.mediaItem .itemBox,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.mediaItem .itemBox,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.mediaItem .itemBox {
    right: 1.5vw;
    left: 1.5vw;
    bottom: 1.5vw;
    height: 30%;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.mediaItem .itemBox h3,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.mediaItem .itemBox h3,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.mediaItem .itemBox h3,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.mediaItem .itemBox h3,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.mediaItem .itemBox h3,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.mediaItem .itemBox h3,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.mediaItem .itemBox h3,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.mediaItem .itemBox h3,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.mediaItem .itemBox h3,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.mediaItem .itemBox h3,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.mediaItem .itemBox h3,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.mediaItem .itemBox h3,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.mediaItem .itemBox h3,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.mediaItem .itemBox h3,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.mediaItem .itemBox h3,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.mediaItem .itemBox h3,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.mediaItem .itemBox h3,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.mediaItem .itemBox h3,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.mediaItem .itemBox h3,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.mediaItem .itemBox h3,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.mediaItem .itemBox h3 {
    font-size: 1.8vw;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.mediaItem .itemBox span,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.mediaItem .itemBox span,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.mediaItem .itemBox span,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.mediaItem .itemBox span,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.mediaItem .itemBox span,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.mediaItem .itemBox span,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.mediaItem .itemBox span,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.mediaItem .itemBox span,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.mediaItem .itemBox span,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.mediaItem .itemBox span,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.mediaItem .itemBox span,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.mediaItem .itemBox span,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.mediaItem .itemBox span,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.mediaItem .itemBox span,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.mediaItem .itemBox span,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.mediaItem .itemBox span,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.mediaItem .itemBox span,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.mediaItem .itemBox span,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.mediaItem .itemBox span,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.mediaItem .itemBox span,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.mediaItem .itemBox span {
    font-size: 3vw;
  }

  .mediaCenterContainer.all .mediaContainer,
  .mediaCenterContainer.socialOnly .mediaContainer,
  .mediaCenterContainer.mediaOnly .mediaContainer,
  .mediaCenterContainer.storiesOnly .mediaContainer,
  .mediaCenterContainer.media-stories .mediaContainer,
  .mediaCenterContainer.social-media .mediaContainer,
  .mediaCenterContainer.stories-social .mediaContainer {
    margin: 0;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {

  .mediaCenterContainer.all .socialContainer,
  .mediaCenterContainer.all .mediaContainer,
  .mediaCenterContainer.all .storiesContainer,
  .mediaCenterContainer.socialOnly .socialContainer,
  .mediaCenterContainer.socialOnly .mediaContainer,
  .mediaCenterContainer.socialOnly .storiesContainer,
  .mediaCenterContainer.mediaOnly .socialContainer,
  .mediaCenterContainer.mediaOnly .mediaContainer,
  .mediaCenterContainer.mediaOnly .storiesContainer,
  .mediaCenterContainer.storiesOnly .socialContainer,
  .mediaCenterContainer.storiesOnly .mediaContainer,
  .mediaCenterContainer.storiesOnly .storiesContainer,
  .mediaCenterContainer.media-stories .socialContainer,
  .mediaCenterContainer.media-stories .mediaContainer,
  .mediaCenterContainer.media-stories .storiesContainer,
  .mediaCenterContainer.social-media .socialContainer,
  .mediaCenterContainer.social-media .mediaContainer,
  .mediaCenterContainer.social-media .storiesContainer,
  .mediaCenterContainer.stories-social .socialContainer,
  .mediaCenterContainer.stories-social .mediaContainer,
  .mediaCenterContainer.stories-social .storiesContainer {
    flex-direction: column;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.all .socialContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.all .socialContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.storiesItem,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.mediaItem,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.storiesItem {
    height: 65.6vw;
    width: 100%;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.all .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.all .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox {
    height: 53.5vw;
    width: 100%;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.headerBox.socialHeaderBox h2,
  .mediaCenterContainer.all .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox h2,
  .mediaCenterContainer.all .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox h2,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox h2,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox h2,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox h2,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox h2,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox h2,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox h2,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox.socialHeaderBox h2,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox h2,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox h2,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox h2,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox h2,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox h2,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox h2,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox h2,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox h2,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox.socialHeaderBox h2,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox h2,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox h2,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox h2,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox h2,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox h2,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox h2,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox h2,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox h2,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.headerBox.socialHeaderBox h2,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox h2,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox h2,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox h2,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox h2,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox h2,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox h2,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox h2,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox h2,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.headerBox.socialHeaderBox h2,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox h2,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox h2,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox h2,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox h2,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox h2,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox h2,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox h2,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox h2,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.headerBox.socialHeaderBox h2,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox h2,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox h2,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox h2,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox h2,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox h2,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox h2,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox h2,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox h2,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.headerBox.socialHeaderBox h2,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox h2,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox h2,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox h2,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox h2,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox h2,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox h2,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox h2,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox h2 {
    font-size: 12.5vw;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.headerBox.socialHeaderBox a,
  .mediaCenterContainer.all .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox a,
  .mediaCenterContainer.all .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox a,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox a,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox a,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox a,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox a,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox a,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox a,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox.socialHeaderBox a,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox a,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox a,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox a,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox a,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox a,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox a,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox a,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox a,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox.socialHeaderBox a,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox a,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox a,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox a,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox a,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox a,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox a,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox a,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox a,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.headerBox.socialHeaderBox a,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox a,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox a,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox a,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox a,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox a,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox a,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox a,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox a,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.headerBox.socialHeaderBox a,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox a,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox a,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox a,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox a,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox a,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox a,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox a,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox a,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.headerBox.socialHeaderBox a,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox a,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox a,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox a,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox a,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox a,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox a,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox a,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox a,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.headerBox.socialHeaderBox a,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox a,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox a,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox a,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox a,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox a,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox a,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox a,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox a {
    font-size: 1.6rem;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.headerBox.socialHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.all .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.all .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox.socialHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox.socialHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.headerBox.socialHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.headerBox.socialHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.headerBox.socialHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.headerBox.socialHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox a span[class*="icon-"],
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox a span[class*="icon-"] {
    font-size: 1.3rem;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.all .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.all .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox:after {
    border-right: 5vw solid transparent;
    border-left: 5vw solid transparent;
    border-bottom: none;
    top: auto;
    bottom: -4vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.headerBox.socialHeaderBox:after,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.headerBox.socialHeaderBox:after {
    border-top: 5vw solid #342f72;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.headerBox.mediaHeaderBox:after,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.headerBox.mediaHeaderBox:after {
    border-top: 5vw solid #968ea9;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.headerBox.storiesHeaderBox:after,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.headerBox.storiesHeaderBox:after {
    border-top: 5vw solid #bbaf9f;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.socialItem,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.socialItem {
    /* padding: 10vw 8vw 0; */
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.socialItem h3,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.socialItem h3 {
    font-size: 7.4vw;
    margin-bottom: 3vw;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.socialItem p,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.socialItem p {
    font-size: 4.3vw;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.storiesItem .itemCaption,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.storiesItem .itemCaption {
    padding: 8%;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge {
    width: 12vw;
    height: 12vw;
    margin-bottom: 4vw;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.storiesItem .itemCaption .storyBadge span {
    font-size: 6.8vw;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemTitle {
    font-size: 7.4vw;
    margin-bottom: 1.2vw;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.storiesItem .itemCaption .itemDisc {
    font-size: 3.8vw;
    -webkit-line-clamp: 5;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.mediaItem .itemCaption .itemBox,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.mediaItem .itemCaption .itemBox,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.mediaItem .itemCaption .itemBox,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.mediaItem .itemCaption .itemBox,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.mediaItem .itemCaption .itemBox,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.mediaItem .itemCaption .itemBox,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.mediaItem .itemCaption .itemBox,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.mediaItem .itemCaption .itemBox,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.mediaItem .itemCaption .itemBox,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.mediaItem .itemCaption .itemBox,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.mediaItem .itemCaption .itemBox,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.mediaItem .itemCaption .itemBox,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.mediaItem .itemCaption .itemBox,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.mediaItem .itemCaption .itemBox,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.mediaItem .itemCaption .itemBox,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.mediaItem .itemCaption .itemBox,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.mediaItem .itemCaption .itemBox,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.mediaItem .itemCaption .itemBox,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.mediaItem .itemCaption .itemBox,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.mediaItem .itemCaption .itemBox,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.mediaItem .itemCaption .itemBox {
    right: 3vw;
    left: 3vw;
    bottom: 3vw;
    padding: 4%;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.mediaItem .itemCaption .itemBox h3,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.mediaItem .itemCaption .itemBox h3,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.mediaItem .itemCaption .itemBox h3,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.mediaItem .itemCaption .itemBox h3,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.mediaItem .itemCaption .itemBox h3,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.mediaItem .itemCaption .itemBox h3,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.mediaItem .itemCaption .itemBox h3,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.mediaItem .itemCaption .itemBox h3,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.mediaItem .itemCaption .itemBox h3,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.mediaItem .itemCaption .itemBox h3,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.mediaItem .itemCaption .itemBox h3,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.mediaItem .itemCaption .itemBox h3,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.mediaItem .itemCaption .itemBox h3,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.mediaItem .itemCaption .itemBox h3,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.mediaItem .itemCaption .itemBox h3,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.mediaItem .itemCaption .itemBox h3,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.mediaItem .itemCaption .itemBox h3,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.mediaItem .itemCaption .itemBox h3,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.mediaItem .itemCaption .itemBox h3,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.mediaItem .itemCaption .itemBox h3,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.mediaItem .itemCaption .itemBox h3 {
    font-size: 4.3vw;
    width: initial;
  }

  .mediaCenterContainer.all .socialContainer .mediaCenterItem.mediaItem .itemCaption .itemBox span,
  .mediaCenterContainer.all .mediaContainer .mediaCenterItem.mediaItem .itemCaption .itemBox span,
  .mediaCenterContainer.all .storiesContainer .mediaCenterItem.mediaItem .itemCaption .itemBox span,
  .mediaCenterContainer.socialOnly .socialContainer .mediaCenterItem.mediaItem .itemCaption .itemBox span,
  .mediaCenterContainer.socialOnly .mediaContainer .mediaCenterItem.mediaItem .itemCaption .itemBox span,
  .mediaCenterContainer.socialOnly .storiesContainer .mediaCenterItem.mediaItem .itemCaption .itemBox span,
  .mediaCenterContainer.mediaOnly .socialContainer .mediaCenterItem.mediaItem .itemCaption .itemBox span,
  .mediaCenterContainer.mediaOnly .mediaContainer .mediaCenterItem.mediaItem .itemCaption .itemBox span,
  .mediaCenterContainer.mediaOnly .storiesContainer .mediaCenterItem.mediaItem .itemCaption .itemBox span,
  .mediaCenterContainer.storiesOnly .socialContainer .mediaCenterItem.mediaItem .itemCaption .itemBox span,
  .mediaCenterContainer.storiesOnly .mediaContainer .mediaCenterItem.mediaItem .itemCaption .itemBox span,
  .mediaCenterContainer.storiesOnly .storiesContainer .mediaCenterItem.mediaItem .itemCaption .itemBox span,
  .mediaCenterContainer.media-stories .socialContainer .mediaCenterItem.mediaItem .itemCaption .itemBox span,
  .mediaCenterContainer.media-stories .mediaContainer .mediaCenterItem.mediaItem .itemCaption .itemBox span,
  .mediaCenterContainer.media-stories .storiesContainer .mediaCenterItem.mediaItem .itemCaption .itemBox span,
  .mediaCenterContainer.social-media .socialContainer .mediaCenterItem.mediaItem .itemCaption .itemBox span,
  .mediaCenterContainer.social-media .mediaContainer .mediaCenterItem.mediaItem .itemCaption .itemBox span,
  .mediaCenterContainer.social-media .storiesContainer .mediaCenterItem.mediaItem .itemCaption .itemBox span,
  .mediaCenterContainer.stories-social .socialContainer .mediaCenterItem.mediaItem .itemCaption .itemBox span,
  .mediaCenterContainer.stories-social .mediaContainer .mediaCenterItem.mediaItem .itemCaption .itemBox span,
  .mediaCenterContainer.stories-social .storiesContainer .mediaCenterItem.mediaItem .itemCaption .itemBox span {
    font-size: 6vw;
  }
}

.modal-backdrop.show {
  opacity: .7;
}

.mediaCenterPopup {
  padding-right: 0 !important;
  z-index: 9999;
}

.mediaCenterPopup.show {
  display: flex !important;
}

.mediaCenterPopup .modal-dialog {
  width: 85% !important;
  max-width: none !important;
  pointer-events: initial !important;
  margin: auto;
}

.mediaCenterPopup .modal-dialog .popupNavBtns {
  position: absolute;
  width: 115%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: flex;
  justify-content: space-between;
  z-index: -1;
}

.mediaCenterPopup .modal-dialog .popupNavBtns a {
  width: 7rem;
  height: 7rem;
  background: #131550;
  position: relative;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background .3s;
}

.mediaCenterPopup .modal-dialog .popupNavBtns a.dimmed,
.mediaCenterPopup .modal-dialog .popupNavBtns a.swiper-button-disabled {
  background: rgba(105, 104, 102, 0.8);
  cursor: default;
}

.mediaCenterPopup .modal-dialog .popupNavBtns a span {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.5);
  transform: scaleX(-1);
}

.mediaCenterPopup .modal-dialog .closeBtn {
  position: absolute;
  left: 1.5vw;
  top: 1vw;
  color: #7f7f7f;
  background: transparent;
  font-size: 2.5vw;
  z-index: 1000;
  border: 0;
  outline: none;
  cursor: pointer;
  transform: rotate(45deg);
}

.mediaCenterPopup .modal-dialog .itemPopup {
  height: 80vh;
  max-height: 40vw;
  background: #fff;
  /*padding: 3vw;*/
  /*padding-bottom: 5.5vw;*/
  border: none;
  border-radius: 0;
}

.mediaCenterPopup .modal-dialog .itemPopup .mediaTypeAudio .infoContainer {
  height: 100%;
  max-height: none !important;
  padding: 4.5rem !important;
}

.mediaCenterPopup .modal-dialog .itemPopup .mediaTypeAudio .itemInfo {
  margin-bottom: 2.5rem !important;
}

.mediaCenterPopup .modal-dialog .itemPopup .mediaTypeAudio .itemDetails {
  height: auto !important;
}

.mediaCenterPopup .modal-dialog .itemPopup>div {
  height: 100%;
  display: flex;
}

.mediaCenterPopup .modal-dialog .itemPopup .itemTitle {
  font: 700 4.5rem MarkaziText-Bold;
  color: #131550;
  margin-bottom: 2rem;
  width: 93%;
}

.mediaCenterPopup .modal-dialog .itemPopup .date {
  font: 100 2rem MarkaziText-Regular;
  margin-bottom: 1.5rem;
}

.mediaCenterPopup .modal-dialog .itemPopup .date span {
  margin-left: 1rem;
  font-size: 2.5rem;
  vertical-align: sub;
}

.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer {
  position: relative;
  /*&.mediaVideo {
                    iframe {
                        height: 90%;
                    }
                }*/
}

.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.customContent {
  width: 100%;
  height: 90%;
  padding: 3rem;
  max-height: 53vw;
}

.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.customContent iframe {
  width: 100%;
  height: 100%;
}

.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaArticle {
  display: flex;
  /* flex-direction: column; */
  height: 100%;
}

.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaImg,
.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.media360,
.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaVideo {
  height: 100%;
  width: 60%;
  border: 20px solid #000;
  background-color: black;
  /* overflow: hidden; */
  /*iframe {
                        width: 100%;
                        max-width: initial;
                    }*/
}

.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaImg img,
.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaImg iframe,
.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaImg video,
.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.media360 img,
.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.media360 iframe,
.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.media360 video,
.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaVideo img,
.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaVideo iframe,
.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaVideo video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /*object-position: top $bi-app-right;*/
}

.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.media3d .media3dSwiper {
  height: 100%;
  width: 50%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.media3d .media3dSwiper .swiper-slide {
  padding: 1rem;
}

.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.media3d .media3dSwiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  /*object-fit: contain;*/
}

.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.media3d .mediaBtns {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 73%;
  display: flex;
  justify-content: space-between;
}

.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.media3d .mediaBtns a {
  width: 3vw;
  height: 3vw;
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.media3d .mediaBtns a span {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  color: #cdc6be;
  font-size: 2.5rem;
}

.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaAudio {
  width: 50%;
  margin-bottom: 3vh;
}

.mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaAudio video {
  height: 2.5em;
  width: 100%;
}

.mediaCenterPopup .modal-dialog .itemPopup .infoContainer {
  width: 40%;
  height: 100%;
  padding: 2rem;
  /* flex-grow: 1; */
  /* display: flex; */
  flex-direction: column;
  position: relative;
}

.mediaCenterPopup .modal-dialog .itemPopup .infoContainer.infoContainer360External {
  height: fit-content !important;
}

.mediaCenterPopup .modal-dialog .itemPopup .itemDetails {
  display: flex;
  flex-direction: column;
  flex-basis: initial;
  flex-grow: initial;
  overflow: hidden;
}

.mediaCenterPopup .modal-dialog .itemPopup .itemInfo {
  padding-top: 1.5rem;
  border-top: 2px solid #ebeaf0;
  font-family: MarkaziText-Regular;
  margin-bottom: 2.5rem;
}

.mediaCenterPopup .modal-dialog .itemPopup .itemInfo p {
  color: #131550;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 0;
}

.mediaCenterPopup .modal-dialog .itemPopup .itemInfo p span {
  font-size: 2rem;
  font-weight: 700;
  width: 10rem;
  display: inline-block;
}

.mediaCenterPopup .modal-dialog .itemPopup .itemDisc {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  /* Good readability */
  color: #131550;
  overflow-wrap: break-word;
  word-wrap: break-word;

  /* Dynamic height */
  max-height: 40vh;
  /* Ideal height for long text */
  min-height: auto;
  /* Prevents unwanted extra space */

  overflow-y: auto;
  /* Scroll when needed */
  display: flex;
  align-items: flex-start;
  /* Aligns text at the top */

  padding: 0.5rem;
  margin-bottom: 1.2vw;
}


.mediaCenterPopup .modal-dialog .itemPopup .itemDisc.articleDisc {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #131550;
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-height: 41vh;
  min-height: 5rem;
  overflow-y: auto;
  padding: 0.5rem;
  margin-bottom: 1.2vw;
}

.mediaCenterPopup .modal-dialog .itemPopup .itemDisc.audioDisc {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #131550;
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-height: 35vh;
  min-height: 5rem;

  overflow-y: auto;
  padding: 0.5rem;
  margin-bottom: 1.2vw;
}

.mediaCenterPopup .modal-dialog .itemPopup .itemDisc .mCSB_scrollTools a {
  display: none !important;
}

.mediaCenterPopup .modal-dialog .itemPopup .itemDisc .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #bcb2a3 !important;
  width: 9px;
  border-radius: 0px;
}

.mediaCenterPopup .modal-dialog .itemPopup .itemDisc .mCSB_scrollTools .mCSB_dragger_bar {
  background-color: #131550 !important;
  width: 9px;
  border-radius: 0px;
}

@media (max-width: 1600px) {
  .mediaCenterPopup .modal-dialog {
    /*.popupNavBtns a span {
                font-size: 2.6rem;
            }*/
  }

  .mediaCenterPopup .modal-dialog .itemPopup {
    /*.mediaContainer.mediaVideo {
                    margin-bottom: 2.5rem;

                    iframe {
                        margin-bottom: 1.5rem;
                    }
                }*/
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemTitle {
    font-size: 3rem;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .date {
    font-size: 1.5rem;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .date span {
    font-size: 2rem;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.media3d .mediaBtns a span {
    font-size: 2.1rem;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemInfo p {
    font-size: 1.7rem;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemInfo p span {
    font-size: 1.9rem;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemDisc,
  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaVideo a {
    font-size: 2rem;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .mediaCenterPopup .modal-dialog {
    /*.popupNavBtns a span {
                font-size: 2.3rem;
            }*/
  }

  .mediaCenterPopup .modal-dialog .itemPopup {
    /*.mediaContainer.mediaVideo {
                    margin-bottom: 2rem;

                    iframe {
                        margin-bottom: 1rem;
                    }
                }*/
  }

  .mediaCenterPopup .modal-dialog .itemPopup .date {
    font-size: 1.3rem;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .date span {
    font-size: 1.7rem;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.media3d .mediaBtns a span {
    font-size: 1.8rem;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemInfo p {
    font-size: 1.6rem;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemInfo p span {
    font-size: 1.8rem;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemDisc,
  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaVideo a {
    font-size: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .mediaCenterPopup .modal-dialog .itemPopup {
    /*padding: 4vw;
                padding-bottom: 8vw;*/
    /*.mediaContainer.mediaVideo {
                    margin-bottom: 2.5rem;

                    iframe {
                        margin-bottom: .5rem;
                    }
                }*/
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemTitle {
    font-size: 2.8rem;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.media3d .mediaBtns a span {
    font-size: 1.2rem;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemInfo p {
    font-size: 1.5rem;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemInfo p span {
    font-size: 1.7rem;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemDisc,
  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaVideo a {
    font-size: 1.5rem;
    max-height: 15vh;
  }

  .mediaCenterPopup .modal-dialog .popupNavBtns a {
    width: 6vw;
    height: 6vw;
  }

  .mediaCenterPopup .modal-dialog .popupNavBtns a span {
    font-size: 2.5rem;
  }

  .mediaCenterPopup .modal-dialog .closeBtn {
    font-size: 3.5vw;
  }
}

@media (max-width: 825px) {
  .mediaCenterPopup .modal-dialog {
    width: 80% !important;
    height: 90vw;
    margin: 15rem auto;
  }

  .mediaCenterPopup .modal-dialog .itemPopup {
    height: 90vw;
    max-height: initial;
    /*padding: 5vw;
                padding-bottom: 9.5vw;*/
  }

  .mediaCenterPopup .modal-dialog .itemPopup .mediaTypeAudio .infoContainer {
    padding: 2.5rem !important;
  }

  .mediaCenterPopup .modal-dialog .itemPopup>div {
    flex-direction: column;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemTitle {
    font-size: 4vw;
    margin-bottom: 2rem;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .date {
    font-size: 2.2vw;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .date span {
    font-size: 2.5vw;
    margin-left: 1vw;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer {
    float: none;
    width: 100%;
    max-width: initial;
    padding-bottom: 0;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.customContent {
    height: 65vw;
    max-height: initial;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaAudio {
    width: 100%;
    /*margin: 3rem 0;*/
  }

  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaArticle .itemDetails {
    height: 90vh;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaImg,
  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaVideo,
  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.media360 {
    height: 40%;
    margin-right: 0;
    width: 100%;
    max-width: initial;
    float: none;
    border: none;
    max-height: 25vh;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaImg img,
  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaImg iframe,
  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaVideo img,
  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaVideo iframe,
  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.media360 img,
  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.media360 iframe {
    object-position: top center;
    width: 100%;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .infoContainer {
    width: 100%;
    padding: 2.5rem;
    height: auto;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemDetails {
    /* height: 20rem; */
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemInfo {
    margin-bottom: 2rem;
    padding-top: 2vw;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemInfo p span {
    width: 13vw;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemDisc {
    font-size: 2.8vw;
    max-height: 26vh;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemDisc.videoDisc {
    max-height: 20vh;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemDisc.audioDisc {
    max-height: 38vh;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemDisc.articleDisc {
    max-height: 32vh;
  }

  .mediaCenterPopup .modal-dialog .popupNavBtns {
    width: 122%;
  }

  .mediaCenterPopup .modal-dialog .popupNavBtns a {
    width: 7.5vw;
    height: 7.5vw;
  }

  .mediaCenterPopup .modal-dialog .popupNavBtns a span {
    font-size: 3vw;
  }

  .mediaCenterPopup .modal-dialog .closeBtn {
    left: 2.5vw;
    top: 2%;
    font-size: 4vw;
  }
}

@media (max-width: 480px) {
  .mediaCenterPopup .modal-dialog .itemPopup .itemDisc.audioDisc {
    max-height: 28vh;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemDisc.articleDisc {
    max-height: 24vh;
  }

  .innerContent {
    background: #fff;
    width: 100%;
    padding: 20px !important;
    margin: 25px auto !important;
    color: #131550;
    font-size: 1.125em;
  }

  #faqsContainer .card-header h5 .btn-link {
    padding-left: 2rem !important;
  }

  .mediaCenterPopup .modal-dialog {
    width: 75% !important;
    height: 115vw;
    margin: 10rem auto;
  }

  .mediaCenterPopup .modal-dialog .itemPopup {
    height: 115vw;
    /*padding: 7vw;
                padding-bottom: 20.5vw;*/
  }

  .mediaCenterPopup .modal-dialog .itemPopup .mediaTypeAudio .infoContainer {
    padding: 1.5rem !important;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemTitle {
    font-size: 4.5vw;
    margin-bottom: 1rem;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .date {
    font-size: 2.8vw;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .date span {
    font-size: 4vw;
    margin-left: 2vw;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaImg,
  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaVideo,
  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.media360 {
    border-width: 10px;
    height: 40%;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.customContent {
    height: 80vw;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaVideo iframe {
    margin-bottom: 0;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .mediaContainer.mediaVideo a {
    font-size: 3vw;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .infoContainer {
    padding: 1.5rem;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemDetails {
    height: 30rem;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemDetails.itemDetails360External {
    height: 20rem;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemDetails.audio {
    height: 95%;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemInfo {
    margin-bottom: 1rem;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemInfo p {
    font-size: 3vw;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemInfo p span {
    font-size: 3.5vw;
    width: 20vw;
  }

  .mediaCenterPopup .modal-dialog .itemPopup .itemDisc {
    font-size: 3.2vw;
    margin-bottom: 3vw;
    max-height: 19vh;
  }

  .mediaCenterPopup .modal-dialog .popupNavBtns {
    width: 130%;
  }

  .mediaCenterPopup .modal-dialog .popupNavBtns a {
    width: 9vw;
    height: 9vw;
  }

  .mediaCenterPopup .modal-dialog .popupNavBtns a span {
    font-size: 4vw;
  }

  .mediaCenterPopup .modal-dialog .closeBtn {
    font-size: 6vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .mediaCenterPopup {
    /* IE10 */
    /* IE11 */
  }

  .mediaCenterPopup .modal-dialog {
    margin: 8rem auto !important;
  }

  .mediaCenterPopup *::-ms-backdrop,
  .mediaCenterPopup .modal-dialog {
    margin: 8rem auto !important;
  }
}

.mediaCenterPopup.media-container .modal-dialog {
  /*1600*/
  /*1530*/
  /*1366*/
  /*1366*800 Landscape*/
  /*1280*/
  /*750 Landscape*/
  /*825*/
  /*1024*/
  /*1024*800*/
  /*750*/
  /*480*/
  /*320*/
  /*825 Landscape*/
  /*667 Landscape*/
}

.mediaCenterPopup.media-container .modal-dialog .itemPopup .mediaContainer.mediaImg,
.mediaCenterPopup.media-container .modal-dialog .itemPopup .mediaContainer.media360,
.mediaCenterPopup.media-container .modal-dialog .itemPopup .mediaContainer.mediaVideo {
  border: 20px solid black;
  width: 100%;
  padding-bottom: 140px;
}

.mediaCenterPopup.media-container .modal-dialog .itemPopup .mediaContainer.mediaImg img,
.mediaCenterPopup.media-container .modal-dialog .itemPopup .mediaContainer.mediaImg video,
.mediaCenterPopup.media-container .modal-dialog .itemPopup .mediaContainer.mediaImg iframe,
.mediaCenterPopup.media-container .modal-dialog .itemPopup .mediaContainer.media360 img,
.mediaCenterPopup.media-container .modal-dialog .itemPopup .mediaContainer.media360 video,
.mediaCenterPopup.media-container .modal-dialog .itemPopup .mediaContainer.media360 iframe,
.mediaCenterPopup.media-container .modal-dialog .itemPopup .mediaContainer.mediaVideo img,
.mediaCenterPopup.media-container .modal-dialog .itemPopup .mediaContainer.mediaVideo video,
.mediaCenterPopup.media-container .modal-dialog .itemPopup .mediaContainer.mediaVideo iframe {
  max-width: 100%;
  max-height: 100%;
  background-color: #000;
  display: block;
  margin: 0 auto;
}

.mediaCenterPopup.media-container .modal-dialog .itemPopup .mediaContainer.mediaImg img {
  width: auto;
}

.mediaCenterPopup.media-container .modal-dialog .itemPopup .mediaContainer.mediaVideo iframe,
.mediaCenterPopup.media-container .modal-dialog .itemPopup .mediaContainer.mediaVideo video,
.mediaCenterPopup.media-container .modal-dialog .itemPopup .mediaContainer.media360 iframe,
.mediaCenterPopup.media-container .modal-dialog .itemPopup .mediaContainer.media360 video {
  width: 100%;
}

.mediaCenterPopup.media-container .modal-dialog .itemPopup>div {
  height: 100%;
  /* display: flex; */
  /* flex-direction: column; */
  position: relative;
  background-color: #000;
}

.mediaCenterPopup.media-container .modal-dialog .itemPopup .itemTitle {
  font-size: 3rem;
  color: #ffffff;
  padding-bottom: 1.8rem;
  border-bottom: 2px solid #ebeaf0;
  margin-bottom: 0rem;
}

.mediaCenterPopup.media-container .modal-dialog .itemPopup .infoContainer {
  width: 100%;
  max-height: 140px;
  padding: 1rem 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  overflow-y: auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.mediaCenterPopup.media-container .modal-dialog .itemPopup .itemDetails {
  display: flex;
  flex-direction: column;
  flex-basis: initial;
  flex-grow: initial;
  overflow: hidden;
  height: 90px;
  margin-top: 10px;
  overflow-y: auto;
  border-top: none;
  background-color: #000;
}

.mediaCenterPopup.media-container .modal-dialog .itemPopup .itemDisc {
  color: #fff;
  display: inline-table !important;
  clear: both;
  overflow-x: auto;
  flex-basis: unset;
  flex-grow: unset;
}

.mediaCenterPopup.media-container .modal-dialog .itemPopup .itemInfo {
  border-top: 0px;
  margin-bottom: 0rem;
  padding-top: 0;
}

.mediaCenterPopup.media-container .modal-dialog .itemPopup .itemInfo p {
  color: #fff;
}

.mediaCenterPopup.media-container .modal-dialog .itemPopup .itemInfo p a {
  color: #fff;
}

/* .mediaCenterPopup.media-container .modal-dialog .closeBtn {
  display: none;
} */

@media (max-width: 825px) {
  .mediaCenterPopup.media-container .modal-dialog .itemPopup .infoContainer {
    max-height: 320px;
  }

  .mediaCenterPopup.media-container .modal-dialog .itemPopup .itemDetails {
    height: 200px;
  }

  .mediaCenterPopup.media-container .modal-dialog .itemPopup .mediaContainer.mediaImg,
  .mediaCenterPopup.media-container .modal-dialog .itemPopup .mediaContainer.media360,
  .mediaCenterPopup.media-container .modal-dialog .itemPopup .mediaContainer.mediaVideo {
    padding-bottom: 0;
  }
}

@media (max-width: 750px) {
  .mediaCenterPopup.media-container .modal-dialog .itemPopup .infoContainer {
    max-height: 300px;
  }
}

@media (max-width: 480px) {
  .mediaCenterPopup.media-container .modal-dialog .itemPopup .infoContainer {
    max-height: 186px;
  }

  .mediaCenterPopup.media-container .modal-dialog .itemPopup .itemTitle {
    font-size: 1.5rem;
    line-height: 20px;
    padding-bottom: 7px;
  }

  .mediaCenterPopup.media-container .modal-dialog .itemPopup .itemInfo p span {
    width: 20vw;
  }
}

.mediaAudio audio {
  max-width: 100%;
}

.mediaAudio .audioplayer {
  color: #585858;
  font: 100 1.5rem MarkaziText-Regular;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  border: none;
  text-shadow: none;
  border-radius: 0px;
}

.mediaAudio .audioplayer * {
  box-shadow: none;
  /*border: none;*/
}

.mediaAudio .audioplayer.audioplayer-playing .audioplayer-playpause a {
  border: none;
}

.mediaAudio .audioplayer.audioplayer-playing .audioplayer-playpause a::after,
.mediaAudio .audioplayer.audioplayer-playing .audioplayer-playpause a::before {
  background: #131550;
  width: 30%;
}

.mediaAudio .audioplayer-playpause a {
  border: 0.5em solid transparent;
  border-left: none;
  border-right-color: #131550;
  color: #fff;
}

.mediaAudio .audioplayer-playpause:hover {
  background: transparent;
}

.mediaAudio .audioplayer-time.audioplayer-time-duration {
  left: .5em;
}

.mediaAudio .audioplayer-bar {
  background: #d7d7d7;
  height: .4rem;
  margin-top: 0;
  top: 1em;
  left: 4.875em;
}

.mediaAudio .audioplayer-bar,
.mediaAudio .audioplayer-bar-loaded,
.mediaAudio .audioplayer-bar-played {
  border-radius: 1rem;
}

.mediaAudio .audioplayer-bar-loaded {
  background: #b9b9b9;
}

.mediaAudio .audioplayer-bar-played {
  background: #131550;
  position: relative;
}

.mediaAudio .audioplayer-bar-played::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  background: #131550;
}

.mediaAudio .audioplayer-volume {
  display: none;
}

.inner-listing {
  /*.filtrationItem.col-lg-2 {
        max-width: 16%$imp
    }*/
}

.inner-listing .col1 {
  width: 8.33333%;
}

.inner-listing .col2 {
  width: 16.66667%;
}

.inner-listing .col3 {
  width: 25%;
}

.inner-listing .col4 {
  width: 33.33333%;
}

.inner-listing .col5 {
  width: 41.66667%;
}

.inner-listing .col6 {
  width: 50%;
}

.inner-listing .col7 {
  width: 58.33333%;
}

.inner-listing .col8 {
  width: 66.66667%;
}

.inner-listing .col9 {
  width: 75%;
}

.inner-listing .col10 {
  width: 83.33333%;
}

.inner-listing .col11 {
  width: 91.66667%;
}

.inner-listing .col12 {
  width: 100%;
}

.inner-listing [class*=col] {
  float: right;
}

.inner-listing [class*=col] .mainPageDescription {
  width: 100%;
}

.inner-listing .filtrationItem {
  display: flex;
  align-items: center;
  margin: 1.2rem 0;
  padding: 0 0.6rem;
  height: 39px;
  max-width: none !important;
  width: auto !important;
}

.inner-listing .filtrationItem>div {
  height: 100% !important;
}

@media all and (-ms-high-contrast: none) {
  .inner-listing {
    /* IE10 */
    /* IE11 */
  }

  .inner-listing .filtrationItem {
    flex-basis: auto;
  }

  .inner-listing *::-ms-backdrop,
  .inner-listing .filtrationItem {
    flex-basis: auto;
  }
}

.inner-listing .dateControl .inputWrapper {
  /* border: 1px solid #131550; */
  position: relative;
  width: 100% !important;
  height: 39px;
  margin-right: 0.8rem;
}

.inner-listing .dateControl .inputWrapper.public {
  /* border: 1px solid #131550; */
  position: relative;
  width: 100% !important;
  height: 39px;
  margin-right: 0;
}

.inner-listing .dateControl .inputWrapper #dateFrom {
  /* border: none; */
}

.inner-listing .dateControl .inputWrapper #dateFrom:before {
  content: "\e908";
}

.inner-listing .dateControl .inputWrapper #dateTo {
  /* border: none; */
}

.inner-listing .dateControl .inputWrapper #dateTo:before {
  content: "\e908";
}

.inner-listing .dateControl .inputWrapper .icon-calendar {
  position: absolute;
  left: -3px;
  padding: 10px 12px;
  pointer-events: none;
  top: 0px;
  font-size: 2rem;
}

.inner-listing .dateControl .inputWrapper .icon-calendar:before {
  color: #131550;
}

.inner-listing .btnWrapperFiltraion {
  position: absolute;
  left: 0px;
  top: auto;
  bottom: 0;
  display: flex;
}

.inner-listing .btnWrapperFiltraion .reset {
  background-color: #8686a5;
}

.inner-listing .flx {
  float: left;
}

.inner-listing .clear {
  clear: both;
}

.inner-listing .filter {
  background: rgba(255, 255, 255, 0.6);
  padding: 1rem;
  margin-top: 1.5rem;
  position: relative;
  margin-bottom: 2.2rem;
  min-height: 85px;
  display: flex;
  align-items: center;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
}

.inner-listing .filter .filtrationComponents {
  width: 91%;
  display: flex;
  flex-wrap: wrap;
}

.inner-listing .filter .col3 {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.inner-listing .filter .col3:first-child {
  padding-right: 0rem;
  padding-left: 1.4rem;
}

.inner-listing .filter input[type=text],
.inner-listing .filter select {
  border: 1px solid #131550;
  padding: 9px;
  display: inline-block;
  color: #131550;
  vertical-align: middle;
  font-size: 1.35rem;
  border-radius: 0;
  background: transparent;
  font-family: MarkaziText-Regular;
  height: 39px;
  outline: 0;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inner-listing .filter select {
  cursor: pointer;
}

.inner-listing .filter input[type=text]:focus,
.inner-listing .filter input[type=text]:hover,
.inner-listing .filter input[type=text]:active,
.inner-listing .filter select:focus,
.inner-listing .filter select:hover,
.inner-listing .filter select:active {
  box-shadow: none;
  border: 1px solid #131550;
  background: transparent;
}

.inner-listing .filter .doubleCh {
  border: 1px solid #131550;
  display: flex;
}

.inner-listing .filter .doubleCh input[type=radio] {
  display: none;
}

.inner-listing .filter .doubleCh label {
  box-sizing: border-box;
  padding: 0 1.9rem;
  height: 37px;
  line-height: 37px;
  /*width: 50%;*/
  margin: 0;
  text-align: center;
  font-family: MarkaziText-Regular;
  cursor: pointer;
  color: #131550;
  border-right: solid #131550 1px;
  white-space: nowrap;
}

.inner-listing .filter .doubleCh label:hover,
.inner-listing .filter .doubleCh label:focus,
.inner-listing .filter .doubleCh label:active {
  background: rgba(32, 32, 96, 0.6);
  color: #fff;
}

.inner-listing .filter .doubleCh input[type="radio"]:checked+label {
  background: #202060;
  color: #fff;
}

.inner-listing .filter .doubleCh:nth-child(1) {
  border-right: none;
}

.inner-listing .filter select::-ms-expand {
  display: none;
}

.inner-listing .filter .title {
  color: #131550;
  font: 700 2.4rem/27px MarkaziText-Regular;
  margin: 1.9rem 0.5rem;
  /*width: 7%;*/
  float: left;
  display: block;
}

.inner-listing .filter .dropDown {
  position: relative;
  width: 100%;
}

.inner-listing .filter .dropDown:after {
  position: absolute;
  top: .2rem;
  left: 0.3rem;
  color: rgba(32, 32, 96, 0.5);
  content: "\e909";
  display: inline-block;
  font-size: 2.5rem;
  font-family: PortalAndsubPortalIcons;
  z-index: 0;
}

.inner-listing .filter .dropDown option:not(:checked) {
  background-color: #fff;
}

.inner-listing .filter button {
  border-radius: 0;
  background: #202060;
  color: #fff;
  padding: 2.1rem;
  border: 0;
  vertical-align: middle;
  top: 0;
  left: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 85px;
  height: 91px;

}

.inner-listing .filter button:focus,
.inner-listing .filter button:hover,
.inner-listing .filter button:active {
  box-shadow: none;
  outline: 0;
}

.inner-listing .filter button span {
  font-size: 3rem;
}

.inner-listing .col9 .listItem {
  width: 33.33333%;
}

.inner-listing .col9 .listItem:nth-child(3n-2) {
  padding-left: 1.4rem;
}

.inner-listing .col9 .listItem:nth-child(3n) {
  padding-right: 1.4rem;
}

.inner-listing .col9 .listItem:nth-child(3n-1) {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.inner-listing .col12 .listItem {
  width: 25%;
}

.inner-listing .col12 .listItem:nth-child(4n-3) {
  padding-left: 1.4rem;
}

.inner-listing .col12 .listItem:nth-child(4n) {
  padding-right: 1.4rem;
}

.inner-listing .col12 .listItem:nth-child(4n-1),
.inner-listing .col12 .listItem:nth-child(4n-2) {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.inner-listing .listing {
  display: flex;
  flex-wrap: wrap;
}

.inner-listing .listing.withInterests {
  padding-right: 2rem;
}

.inner-listing .listing.withInterests .listItem {
  width: calc((100% - 2rem) / 3);
}

.inner-listing .listing.withInterests .listItem:nth-child(4n) {
  margin-left: 1rem;
}

.inner-listing .listing.withInterests .listItem:nth-child(3n) {
  margin-left: 0;
}

.inner-listing .listing .listItem {
  width: calc((100% - 3rem) / 4);
  color: #131550;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.inner-listing .listing .listItem:nth-child(4n) {
  margin-left: 0;
}

.inner-listing .listing .listItem img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
}

.inner-listing .listing .listItem .details {
  background: #fff;
  /*height: 35rem;*/
  height: auto;
  min-height: 24rem;
  padding: 2.5rem;
  padding-bottom: 6rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  flex: 1 1 auto;
  transition: box-shadow .3s;
  pointer-events: none;
}

.inner-listing .listing .listItem .details h2 {
  font: 600 3rem MarkaziText-Bold;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-height: 1;
}

.inner-listing .listing .listItem .details .location {
  color: #352e64;
  padding: 1rem 0;
  font-family: MarkaziText-Regular;
  border-top: 2px solid #ebebed;
  border-bottom: 2px solid #ebebed;
  margin-bottom: 2rem;
}

.inner-listing .listing .listItem .details .location p {
  margin-top: 1rem;
  margin-bottom: 0;
}

.inner-listing .listing .listItem .details .location p:first-child {
  margin: 0;
}

.inner-listing .listing .listItem .details .location span {
  font-weight: 700;
  margin-left: 5px;
}

.inner-listing .listing .listItem .details>p {
  font: 300 1.4rem MarkaziText-Regular;
  line-height: 1.4;
  /*height: 5rem;
                    overflow: hidden;*/
}

.inner-listing .listing .listItem .details>a {
  position: absolute;
  bottom: 3rem;
}

.inner-listing .listing .listItem .details a {
  font: 600 1em MarkaziText-Bold;
  line-height: 1.4;
  display: inline-block;
  color: #131550;
}

.inner-listing .listing .listItem .details a:hover,
.inner-listing .listing .listItem .details a:focus,
.inner-listing .listing .listItem .details a:active {
  /*transform: scale(1.02) translateY(0.2rem);*/
}

.inner-listing .listing .listItem .details a span {
  margin: 0 1rem;
  background: #131550;
  font-size: 1.25rem;
  color: #fff;
  padding: 5px;
  border-radius: 100%;
}

.inner-listing .listing .listItem .details a:hover {
  text-decoration: none;
}

.inner-listing .listing .listItem .details a:hover .details {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
}

.inner-listing .innList .seeAlso {
  border: 1px solid #bc9a70;
  padding: 3rem 2rem 2rem;
  margin-top: 4rem;
  margin-left: 4rem;
}

.inner-listing .innList .seeAlso h3 {
  font: 600 2.4rem MarkaziText-Bold;
  margin-bottom: 2rem;
  color: #131550;
}

.inner-listing .innList .seeAlso .listItem {
  margin-bottom: .8rem;
}

.inner-listing .innList .seeAlso .listItem img {
  width: 10rem;
  height: 9rem;
  float: right;
}

.inner-listing .innList .seeAlso .listItem .details {
  padding: 1.5rem;
  box-sizing: border-box;
  background: #fff;
  color: #131550;
  float: right;
  width: calc(100% - 10rem);
}

.inner-listing .innList .seeAlso .listItem .details h4 {
  font: 600 1.8rem MarkaziText-Bold;
  margin-bottom: .5rem;
}

.inner-listing .innList .seeAlso .listItem .details p {
  font: 300 1.2rem MarkaziText-Regular;
  margin: 0;
  /*height: 2.6rem;
                        overflow: hidden;*/
}

.inner-listing .innList .seeAlso .listItem .details a {
  float: left;
  font-size: 1.5rem;
  color: #131550;
}

.inner-listing .innList .seeAlso .listItem .details a:hover {
  text-decoration: none;
}

.inner-listing .showMore {
  width: 100% !important;
  text-align: center;
  margin: 2rem 0;
}

.inner-listing .showMore button {
  color: #131550;
  background: transparent;
  border: 1px solid #131550;
  padding: 1.5rem 5rem;
  font: 100 1.5rem MarkaziText-Bold;
  cursor: pointer;
  transition: all 0.3s linear;
}

.inner-listing .showMore button:hover,
.inner-listing .showMore button:active {
  background-color: #131550;
  color: #fff;
  outline: none;
}

.inner-listing .showMore button:visited {
  outline: none;
}

.inner-listing .showMore.relatedContent {
  width: 100%;
  margin: 2rem 0;
}

.empty-template {
  margin: 1.5rem 0 2rem;
  background: rgba(32, 32, 96, 0.25);
  padding: 4.5rem 3rem;
  text-align: center;
  color: #131550;
  font: 400 2.8rem MarkaziText-Regular;
}

.empty-template .search-result {
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.empty-template h2 {
  font-family: MarkaziText-Bold;
}

.empty-template p,
.empty-template a {
  font: 100 2.2rem MarkaziText-Regular;
  display: inline-block;
  margin: 0.2rem;
}

.empty-template a {
  text-decoration: underline;
}

.empty-template .icon-horus-eye {
  font-size: 14.5rem;
  margin-top: 5.5rem;
  color: #8887a7;
  display: block;
}

.rangeInnerFiltration {
  padding-right: 0px;
  margin-top: 1.5rem;
  position: relative;
  min-height: 95px;
  padding: 0px;
}

.rangeInnerFiltration .listingRange .control {
  display: block;
  position: relative;
  cursor: pointer;
  font: normal 2.189rem MarkaziText-Bold;
  color: #131550;
  width: 140px;
}

.rangeInnerFiltration .listingRange .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.rangeInnerFiltration .listingRange .control input:checked~.control__indicator {
  background: transparent;
  overflow: visible;
  border: solid #fff 1px;
}

.rangeInnerFiltration .listingRange .control__indicator {
  position: absolute;
  top: 2px;
  right: 0;
  height: 1.9rem;
  width: 1.9rem;
  background: transparent;
  border: solid #fff 1px;
}

.rangeInnerFiltration .listingRange .control--checkbox .control__indicator:after {
  right: 11px;
  top: -6px;
  width: 11px;
  height: 18px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.rangeInnerFiltration .listingRange .control input:checked~.control__indicator:after {
  display: block;
}

.rangeInnerFiltration .listingRange .control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine {
  /*width: 89%;*/
  width: 100%;
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  justify-content: center;
  align-items: center;
  position: absolute;
  /*top: -11px;*/
  top: 0px;
  background: rgba(255, 255, 255, 0.46);
  padding: 0 1.5rem;
  /*box-shadow: inset -10px 0 5px -7px rgba(161, 161, 161, 0.25);*/
  /*right: -10px;*/
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-wrapper {
  height: 100%;
  min-height: 85px;
  margin-top: 10px;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-container {
  min-height: 95px;
  width: 100%;
  overflow: hidden;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-container-horizontal>.swiper-scrollbar {
  bottom: 46.5px !important;
  height: 1px !important;
  /*width: 84% $imp;*/
  width: 95%;
  display: inline-block !important;
  z-index: -1;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-scrollbar {
  background: #131550 !important;
  right: 2.5% !important;
  /*right: 8.5%$imp;*/
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-scrollbar-drag {
  background: #131550 !important;
  height: 0px !important;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-slide .control {
  font: 100 1.323rem MarkaziText-Regular;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  line-height: 17px;
  margin: 0 auto;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-slide .control>span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-slide .mapTimeLineTime {
  position: absolute;
  bottom: -56px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal 1.4rem MarkaziText-Regular;
  display: block;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  direction: rtl;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-slide .control__indicator {
  top: 32px;
  right: 48%;
  border-radius: 50px;
  background: #131550;
  height: 1rem;
  width: 1rem;
  border: none;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-slide .control__indicator:after {
  content: "\e92d";
  transform: rotate(0) !important;
  font-family: PortalAndsubPortalIcons;
  right: -10px !important;
  top: -13px !important;
  border: solid #f4f0ea 1px;
  border-radius: 50px !important;
  padding: 1px !important;
  background-color: #131550 !important;
  width: 35px !important;
  height: 35px !important;
  z-index: 1000000;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 30px;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-button-prev,
.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-button-next {
  position: absolute;
  top: 97%;
  width: 42px !important;
  height: 47px !important;
  margin-top: -74px !important;
  margin-top: -77px !important;
  z-index: 10;
  cursor: pointer;
  background-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem !important;
  outline: none !important;
  /*top: auto;*/
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-button-prev,
.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-container-rtl .swiper-button-next {
  color: #f2ede7;
  background-image: none !important;
  transform: rotate(0deg);
  right: 0% !important;
  left: auto !important;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-button-prev span,
.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-container-rtl .swiper-button-next span {
  font-size: 3.1rem;
  color: #88929a;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-button-next,
.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-container-rtl .swiper-button-prev {
  color: #f2ede7;
  background-image: none !important;
  left: 0% !important;
  right: auto !important;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-button-next:active,
.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-button-next:focus,
.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-button-next:visited,
.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-container-rtl .swiper-button-prev:active,
.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-container-rtl .swiper-button-prev:focus,
.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-container-rtl .swiper-button-prev:visited {
  outline: none !important;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-button-next span,
.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-container-rtl .swiper-button-prev span {
  font-size: 3.1rem;
  color: #88929a;
}

.bs-datepicker-head bs-datepicker-navigation-view {
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-blue .bs-datepicker-head,
.theme-dark-blue .bs-datepicker-head {
  background-color: #131550;
}

.theme-blue .bs-datepicker-body table td span.selected,
.theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-blue .bs-datepicker-body table td[class*="select-"] span:after,
.theme-dark-blue .bs-datepicker-body table td span.selected,
.theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-dark-blue .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #131550 !important;
}

/*.listingMainCont:nth-child(3n-2), .listItem:nth-child(3n-2) {
    padding-right: 0px;
}*/
@media (max-width: 1600px) {
  .empty-template {
    padding: 2rem;
  }

  .filter {
    padding: 2rem;
  }

  .inner-listing {
    /*.filtrationItem {
            max-width: 23%$imp;
        }*/
  }

  .inner-listing .filter {
    display: flex;
    vertical-align: middle;
    justify-content: flex-start;
  }

  .inner-listing .filter .title {
    font-size: 2rem !important;
  }

  .inner-listing .filter button span {
    font-size: 2.5rem;
  }

  .inner-listing .btnWrapperFiltraion {
    left: 0px;
  }

  .inner-listing .filtrationItem.col-lg-3 {
    /*max-width: 25%$imp;*/
  }

  .inner-listing .listing .listItem img {
    height: 14rem;
  }

  .inner-listing .listing .listItem .details {
    padding: 1.8rem;
    padding-bottom: 5rem;
  }

  .inner-listing .listing .listItem .details h2 {
    font-size: 2.5rem;
  }

  .inner-listing .listing .listItem .details .location {
    margin-bottom: 1rem;
    padding: .7rem 0;
  }

  .inner-listing .listing .listItem .details>a {
    bottom: 2rem;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .empty-template {
    padding: 2rem;
  }

  .filter {
    padding: 2rem;
  }

  .filter .filtrationItem {
    /*min-height: 40px;*/
    /*max-width: 30%$imp*/
  }

  .rangeCont .filtrationItem.col-lg-4 {
    /*max-width: 30%$imp*/
  }

  .rangeCont .filtrationItem.col-lg-3 {
    /*max-width: 21%$imp*/
  }

  .rangeCont .filtrationItem.col-lg-2 {
    /*max-width: 14%$imp*/
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .filter .col3 {
    width: 40%;
  }

  .listItem {
    width: 50%;
    /*&:nth-child(n) {
            padding: 0;
        }

        &:nth-child(2n-1) {
            @include padding-right(1.4rem);
        }

        &:nth-child(2n) {
            @include padding-left(1.4rem);
        }*/
  }

  .empty-template {
    padding: 2rem;
    font: 400 2.5rem MarkaziText-Regular;
  }

  .inner-listing .listing .listItem .details a {
    font-size: 0.9em;
  }
}

@media (max-width: 1280px) {
  .filter .col3 {
    width: 40%;
  }

  .col12 .listItem {
    width: 50%;
  }

  .col12 .listItem:nth-child(n) {
    padding: 0;
  }

  .col12 .listItem:nth-child(2n-1) {
    padding-left: 1.4rem;
  }

  .col12 .listItem:nth-child(2n) {
    padding-right: 1.4rem;
  }

  .empty-template {
    padding: 2rem;
    font: 400 2.5rem MarkaziText-Regular;
  }

  .inner-listing {
    /*.filtrationItem {
            max-width: 23%$imp
        }*/
  }

  .inner-listing .filter {
    display: flex;
    vertical-align: middle;
    justify-content: flex-start;
  }

  .inner-listing .filter .title {
    font-size: 2rem !important;
  }

  .inner-listing .filter button span {
    font-size: 2.5rem;
  }

  .inner-listing .filter .doubleCh label {
    font-size: 1.3rem;
  }

  .inner-listing .btnWrapperFiltraion {
    left: 0px;
  }

  .inner-listing .listing .listItem .details a {
    font-size: 0.8em;
  }
}

@media (max-width: 1024px) {
  .filter .col3 {
    width: 80%;
    padding: 0 !important;
  }

  /*.listItem {
        width: (6 * 100% / 12);

        &:nth-child(n) {
            padding: 0;
        }

        &:nth-child(2n-1) {
            @include padding-right(1.4rem);
        }

        &:nth-child(2n) {
            @include padding-left(1.4rem);
        }
    }*/
  .filter {
    padding: .5rem 1.5rem 2rem;
  }

  .filter .title {
    margin-top: 1.5rem;
  }

  .empty-template {
    padding: 2rem;
    font: 400 2.5rem MarkaziText-Regular;
  }

  .listingRange #filtrationTimeLine {
    top: 0px;
  }

  .listingRange #filtrationTimeLine .swiper-container-horizontal>.swiper-scrollbar {
    /*width: 70% $imp;*/
  }

  .listingRange #filtrationTimeLine .swiper-scrollbar {
    right: 14.5% !important;
  }

  .filter .filtrationItem {
    /*min-height: 50px;*/
    /*max-width: 43%$imp*/
    /*max-width: 41%$imp;*/
  }

  .rangeCont .filtrationItem.col-lg-4 {
    /*max-width: 30%$imp*/
  }

  .rangeCont .filtrationItem.col-lg-3 {
    /*max-width: 21%$imp*/
  }

  .rangeCont .filtrationItem.col-lg-2 {
    /*max-width: 14%$imp*/
  }

  /*.listingMainCont:nth-child(even) {
        padding-left: 10px;
    }*/
  .listingMainCont {
    /*padding-right: 10px;*/
  }

  .inner-listing .listing .listItem {
    width: calc((100% - 3rem) / 3);
    margin-left: 1.5rem;
  }

  .inner-listing .listing .listItem:nth-child(4n) {
    margin-left: 1.5rem;
  }

  .inner-listing .listing .listItem:nth-child(3n) {
    margin-left: 0;
  }

  .inner-listing .listing .listItem img {
    height: 18rem;
  }

  .inner-listing .listing .listItem .details {
    padding: 1.5rem;
  }

  .inner-listing .listing.withInterests .listItem {
    width: calc((100% - 1.5rem) / 2);
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .inner-listing .listing.withInterests .listItem:nth-child(3n) {
    margin-left: 1.5rem;
  }

  .inner-listing .listing.withInterests .listItem:nth-child(2n) {
    margin-left: 0;
  }

  .inner-listing .listing .interestedSection {
    width: 30%;
  }
}

@media (max-width: 825px) {
  .filter .col3 {
    width: 80%;
    padding: 0 !important;
  }

  .col12 .listItem {
    width: 100%;
  }

  .col12 .listItem:nth-child(n) {
    padding: 0;
  }

  .col12 .listItem .details h2,
  .col12 .listItem .details p {
    height: auto;
  }

  .empty-template {
    padding: 2rem;
    font: 400 2.5rem MarkaziText-Regular;
  }

  .inner-listing .filter .filtrationComponents {
    width: 100%;
  }

  .inner-listing .filter .title {
    display: none;
  }

  .inner-listing .filter .search-wrapper {
    display: block;
    width: 80%;
  }

  .inner-listing .filtrationItem {
    /*min-height: 60px*/
  }

  .inner-listing .filtrationItem.childFilter {
    /*max-width: 35%$imp;*/
  }

  .inner-listing .listing,
  .inner-listing .listing.withInterests {
    padding: 0;
  }

  .inner-listing .listing .listItem,
  .inner-listing .listing.withInterests .listItem {
    width: calc((100% - 2rem) / 2);
    margin-left: 2rem;
    margin-bottom: 2rem;
  }

  .inner-listing .listing .listItem:nth-child(3n),
  .inner-listing .listing.withInterests .listItem:nth-child(3n) {
    margin-left: 2rem;
  }

  .inner-listing .listing .listItem:nth-child(2n),
  .inner-listing .listing.withInterests .listItem:nth-child(2n) {
    margin-left: 0;
  }

  .inner-listing .listing .listItem h2,
  .inner-listing .listing.withInterests .listItem h2 {
    font-size: 3rem;
  }

  .inner-listing .listing .listItem .details,
  .inner-listing .listing.withInterests .listItem .details {
    padding: 2rem;
    padding-bottom: 5rem;
  }

  .inner-listing .listing .listItem .details a,
  .inner-listing .listing.withInterests .listItem .details a {
    font-size: 0.7em;
  }

  .listingRange #filtrationTimeLine {
    top: 0px;
  }

  .listingRange #filtrationTimeLine .swiper-container-horizontal>.swiper-scrollbar {
    width: 70% !important;
    right: 14.5% !important;
  }

  .listingRange #filtrationTimeLine .swiper-scrollbar {
    right: 14.5% !important;
  }

  .eventsListingCont .listingMainCont .listingItem .borderWrapper .dateCont {
    display: flex;
    flex-direction: column;
    background-color: #eeebe7;
    padding: 1.5rem 1.7rem 1.8rem;
    align-items: center;
    height: 80px;
    width: 80px;
  }

  .eventsListingCont .listingMainCont .listingItem .borderWrapper .dateCont .Date {
    font: 700 3rem MarkaziText-Regular;
    display: flex;
  }

  .eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont,
  #borderWrapper .infoCont {
    padding: 0.5rem 1rem;
  }

  .eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont,
  #borderWrapper .infoCont .Date .icon-time {
    /* height: 4rem; */
    font-size: 2rem;
  }

  .eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont,
  #borderWrapper .infoCont .Location .icon-location {
    font-size: 2rem;
  }
}

@media (max-width: 750px) {
  .inner-listing .btnWrapperFiltraion {
    position: relative;
    height: 100%;
    display: inline-flex !important;
    top: auto;
    bottom: auto;
    /*margin-left: 1.5rem;*/
    float: left;
    flex-direction: row !important;
  }

  .inner-listing .btnWrapperFiltraion button {
    height: 100%;
  }

  .inner-listing .filter button {
    height: 70px;
  }

  .inner-listing .filter .search-wrapper {
    width: 100%;
  }

  .inner-listing .filter .doubleCh {
    flex-direction: column;
    width: 100%;
  }

  .inner-listing .filter .doubleCh label {
    width: 100%;
    border-bottom: solid #131550 1px;
    border-left: solid #131550 1px;
  }

  .inner-listing .filtrationItem {
    flex-direction: column;
    /*min-height: 50px;*/
    width: 100% !important;
    height: auto;
  }

  .inner-listing .dateControl .inputWrapper {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .inner-listing .dateControl .inputWrapper:last-child {
    margin-bottom: 0 !important;
  }

  .inner-listing .listing .listItem .details h2 {
    height: auto;
  }

  .inner-listing .listing .listItem .details h2 a {
    font-size: 0.6em;
  }

  .inner-listing .listing .listItem .details .location {
    height: auto;
  }

  .inner-listing .listing .listItem .details>p {
    height: auto;
  }

  .inner-listing .filtrationItem.col-lg-4 {
    width: 100% !important;
  }

  .inner-listing .filtrationItem.col-lg-3 {
    width: 100% !important;
  }

  .inner-listing .filtrationItem.col-lg-2 {
    width: 100% !important;
  }

  .inner-listing .listing .listItem .details h2 {
    font-size: 3.5rem;
  }

  .eventsListingCont .listingMainCont .listingItem {
    max-height: fit-content !important;
  }

  .eventsListingCont .listingMainCont #listingItemExh {
    height: 550px !important;
  }

  .inner-listing .filtrationItem.col-lg-4 {
    width: 100% !important;
  }

  .inner-listing .filtrationItem.col-lg-3 {
    width: 100% !important;
  }

  .inner-listing .filtrationItem.col-lg-2 {
    width: 100% !important;
  }
}

@media (max-width: 667px) and (orientation: landscape) {

  .inner-listing .listing .listItem,
  .inner-listing .listing.withInterests .listItem {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 2rem;
  }

  .inner-listing .listing .listItem .details,
  .inner-listing .listing.withInterests .listItem .details {
    height: auto;
    padding-bottom: 5rem;
  }
}

@media (max-width: 480px) {

  .inner-listing .listing,
  .inner-listing .listing.withInterests {
    padding: 0;
  }

  .inner-listing .listing .listItem,
  .inner-listing .listing.withInterests .listItem {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 2rem;
  }

  .inner-listing .btnWrapperFiltraion {
    position: relative;
    height: auto;
    display: inline-flex !important;
    top: auto;
    bottom: auto;
    /*margin-left: 1.5rem;*/
    float: left;
    flex-direction: row !important;
  }
}

.eventsListingCont .listingSec {
  display: flex;
  flex-wrap: wrap;
}

.eventsListingCont .listingSec.withInterests {
  padding-right: 2rem;
}

.eventsListingCont .listingSec.withInterests .listingMainCont {
  width: calc((100% - 1.5rem) / 2);
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.eventsListingCont .listingSec.withInterests .listingMainCont:nth-child(2n) {
  margin-left: 0;
}

@media all and (-ms-high-contrast: none) {
  .eventsListingCont .listingSec.withInterests {
    /* IE10 */
    /* IE11 */
  }

  .eventsListingCont .listingSec.withInterests .listingMainCont {
    width: calc((100% - 1.5rem) / 2 -1px);
  }

  .eventsListingCont .listingSec.withInterests *::-ms-backdrop,
  .eventsListingCont .listingSec.withInterests .listingMainCont {
    width: calc((100% - 1.5rem) / 2 -1px);
  }
}

.eventsListingCont .listingMainCont {
  width: calc((100% - 3rem) / 3);
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.eventsListingCont .listingMainCont.publications {
  width: calc((100% - 4rem) / 4);
  margin-left: 1.2rem;
  margin-bottom: 1.5rem;
}

.eventsListingCont .listingMainCont:nth-child(3n) {
  margin-left: 0;
}

.eventsListingCont .listingMainCont.publications:nth-child(3n) {
  margin-left: 1.2rem;
}

.eventsListingCont .listingMainCont.publications:nth-child(4n) {
  margin-left: 0;
}

.eventsListingCont .listingMainCont:nth-child(3n) {
  margin-left: 0;
}

.eventsListingCont .listingMainCont .listingItem {
  padding: 2rem;
  background-color: #fff;
  box-shadow: 1px 1px 15px #d4d4d4;
  height: 31rem;
  position: relative;
}

.eventsListingCont .listingMainCont.publications .listingItem {
  padding: 1.5rem;
  background-color: #fff;
  box-shadow: 1px 1px 15px #d4d4d4;
  max-height: 45rem;
  position: relative;
  height: auto;
}

.eventsListingCont .listingMainCont.publications .listingItem .borderWrapper {
  border-top: none;
  border-bottom: none;
  padding: 3px 0px;
  display: flex;
  align-items: center;
  height: 24rem;
}

.eventsListingCont .listingMainCont.publications .listingItem .borderWrapper img {
  height: 100%;
  object-fit: cover;
}

.eventsListingCont .listingMainCont.publications .listingItem .itemMainTitle {
  font: 700 18px/18px play;
  color: #1A1C51;
  width: 100%;
  /* margin: 0rem 0 0rem; */
  pointer-events: none;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  -ms-line-clamp: 2;
  line-height: inherit;
  height: 4.6rem;
}

.eventsListingCont .listingMainCont.publications .listingItem .itemSecTitle {
  font: 400 16px/16px play;
  color: #1A1C51;
  width: 100%;
  margin: 0.8rem 0 0.8rem;
  pointer-events: none;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  -ms-line-clamp: 2;
  /* line-height: inherit; */
  /* max-height: 7rem !important; */
}

.eventsListingCont .listingMainCont.publications .listingItem .discoverMore {
  display: flex;
  align-items: center;
  position: static;
  justify-content: center;
  margin: 1.6rem 0;
}


.eventsListingCont .listingMainCont.publications .listingItem .discoverMore .Txt {
  font: 700 18px play;
  color: #1A1C51;
  float: right;
}

.eventsListingCont .listingMainCont.publications .listingItem .discoverMore .More {
  margin: 0 1.5rem 0rem 0rem;
  background: #1A1C51;
  font-size: 1.6rem;
  color: #fff;
  padding: 6px 5px 0px 5px;
  border-radius: 100%;
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
}

.main_content {
  border: 1px solid #B6AFC9;
  height: 16.7rem;
  padding: 0 0.7vw;
}

#missionListingSec {
  height: 47rem;
}

#missionListingSec img {
  width: 100%;
  height: 14rem;
  object-fit: cover;
}

#virtualExhibitionsListingSec {
  height: 38rem;
}

#virtualExhibitionsListingSec img {
  width: 100%;
  height: 14rem;
  object-fit: cover;
}


.eventsListingCont .listingMainCont .listingItem .borderWrapper {
  border-top: solid #c5bcb3 1px;
  border-bottom: solid #c5bcb3 1px;
  padding: 3px 0px;
  display: flex;
  align-items: center;
}

#borderWrapper {
  border-top: solid #c5bcb3 1px;
  border-bottom: solid #c5bcb3 1px;
  padding: 3px 0px;
  display: flex;
  align-items: center;
}

.eventsListingCont .listingMainCont .listingItem .borderWrapper .dateCont {
  display: flex;
  flex-direction: column;
  background-color: #eeebe7;
  padding: 1.6rem 1.7rem 1.8rem;
  align-items: center;
  height: 100px;
  width: 100px;
}

.eventsListingCont .listingMainCont .listingItem .borderWrapper .dateCont .Date {
  color: #202060;
  font: 700 4.1rem MarkaziText-Regular;
  line-height: 1.1;
}

.eventsListingCont .listingMainCont .listingItem .borderWrapper .dateCont .Month {
  color: #131550;
  font: 700 1.5rem MarkaziText-Bold;
  margin-top: 0.2rem;
}

.eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont,
#borderWrapper .infoCont {
  padding: 1.5rem 1rem 1rem 0;
  display: grid;
  flex-grow: 1;
}

.eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont .Location,
#borderWrapper .infoCont .Location {
  display: flex;
  align-items: center;
  margin-bottom: 1.4rem;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  text-overflow: ellipsis;
}

.eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont .Location .icon-location,
#borderWrapper .infoCont .Location .icon-location {
  font-size: 2.3rem;
  color: #8686a5;
}

.eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont .Location .Txt,
#borderWrapper .infoCont .Location .Txt {
  font: 400 1.4rem MarkaziText-Regular;
  color: #131550;
  margin-right: 0.9rem;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}

.eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont .Date,
#borderWrapper .infoCont .Date {
  display: flex;
  align-items: flex-start;
}

.eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont .Date .dateTxt,
#borderWrapper .infoCont .Date .dateTxt {
  display: flex;
  font: 400 1.4rem MarkaziText-Regular;
  color: #808590;
  margin: 0.2rem 3.5rem;
  margin-left: 0;
  overflow: hidden;
}

.eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont .Date .dateTxt span,
#borderWrapper .infoCont .Date .dateTxt span {
  width: 20%;
}

.eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont .Date .dateTxt .dateBold,
#borderWrapper .infoCont .Date .dateTxt .dateBold {
  color: #131550;
  margin: 0.2rem 0.9rem;
  margin-left: 0;
  white-space: nowrap;
}

.eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont .Date .dateTxt.mrgnPlus,
#borderWrapper .infoCont .Date .dateTxt.mrgnPlus {
  margin-right: 3.5rem;
  margin-top: 0.8rem;
}

.eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont.Date .icon-time,
#borderWrapper .infoCont .Date .icon-time {
  font-size: 2.5rem;
  color: #8686a5;
  float: right;
  height: 50px;
}

.eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont .Date .icon-time:before,
#borderWrapper .infoCont .Date .icon-time:before {
  color: #8686a5;
}

.eventsListingCont .listingMainCont .listingItem .tag {
  display: inline-block;
  color: #fff;
  background: #202060;
  padding: .5rem 2rem;
  margin-top: 1rem;
  text-align: center;
}

.eventsListingCont .listingMainCont .listingItem .itemMainTitle {
  font: 700 3rem/3.7rem MarkaziText-Bold;
  color: #131550;
  width: 100%;
  margin: 1rem 0 1.6rem;
  pointer-events: none;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  -ms-line-clamp: 2;
  max-height: 7rem !important;
}

.eventsListingCont .listingMainCont .listingItem .discoverMore {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 2rem;
}

.eventsListingCont .listingMainCont .listingItem .discoverMore .Txt {
  font: 700 1.6rem MarkaziText-Bold;
  color: #131550;
  float: right;
  /*margin-left: 1.7rem*/
}

.eventsListingCont .listingMainCont .listingItem .discoverMore .More {
  margin: 0 1rem 0rem 1.5rem;
  background: #131550;
  font-size: 1.25rem;
  color: #fff;
  padding: 4px 4px 0px 4px;
  border-radius: 100%;
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
}

.eventsListingCont .listingMainCont .listingItem .discoverMore:hover {
  text-decoration: none;
}

@media all and (-ms-high-contrast: none) {
  .eventsListingCont {
    /* IE10 */
    /* IE11 */
  }

  .eventsListingCont .listingMainCont {
    width: calc((100% - 3rem) / 3 - 1px);
  }

  .eventsListingCont *::-ms-backdrop,
  .eventsListingCont .listingMainCont {
    width: calc((100% - 3rem) / 3 - 1px);
  }
}

.search-wrapper {
  width: 88%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 1600px) {
  .eventsListingCont .listingMainCont .listingItem {
    padding: 2rem;
    height: 33rem;
  }

  #listingItemExh {
    height: 575px !important;
  }

  #missionListingSec {
    height: 42rem;
  }

  .eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont .Date .dateTxt.mrgnPlus,
  #borderWrapper .infoCont .Date .dateTxt.mrgnPlus {
    /*margin-right: 0px*/
  }

  .eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont .Date .dateTxt,
  #borderWrapper .infoCont .Date .dateTxt {
    font-size: 1.3rem;
  }
}

@media (max-width: 1024px) {
  .eventsListingCont .listingSec.withInterests .listingMainCont {
    margin-left: 1.5rem;
  }

  .eventsListingCont .listingMainCont {
    width: calc((100% - 3rem) / 2 - 1px);
    margin-bottom: 3rem;
    margin-left: 3rem;
  }

  .eventsListingCont .listingMainCont.publications {
    width: calc((100% - 3rem) / 2 - 1px);
    margin-bottom: 3rem;
    margin-left: 3rem;
  }

  .eventsListingCont .listingMainCont.publications:nth-child(3n) {
    margin-left: 3rem;
  }

  .eventsListingCont .listingMainCont.publications:nth-child(2n) {
    margin-left: 0;
  }

  .eventsListingCont .listingMainCont:nth-child(3n) {
    margin-left: 3rem;
  }

  .eventsListingCont .listingMainCont:nth-child(2n) {
    margin-left: 0;
  }

  .eventsListingCont .listingMainCont .listingItem {
    /*max-height: fit-content$imp;*/
    height: 30rem;
  }

  .eventsListingCont .listingMainCont #listingItemExh {
    height: 550px !important;
  }

  #missionListingSec {
    height: 45rem;
  }

  .eventsListingCont .listingMainCont .listingItem .borderWrapper {
    /*flex-direction: column;*/
  }

  .eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont,
  #borderWrapper .infoCont {
    /*padding: 1.5rem 0rem;*/
    width: 100%;
  }

  .eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont .Date .dateTxt,
  #borderWrapper .infoCont .Date .dateTxt {
    margin: 0;
    margin-right: 3.5rem;
  }

  .eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont .Date .dateTxt span,
  #borderWrapper .infoCont .Date .dateTxt span {
    width: 20%;
  }

  .eventsListingCont .listingMainCont .listingItem .itemMainTitle {
    font: 700 2rem/2.7rem MarkaziText-Bold;
    height: 5vh;
  }
  
    .eventsListingCont .listingMainCont .listingItem .itemMainTitle.libraryTitle {
    font: 700 2rem/2.7rem play;
    height: auto;
  }
}

@media all and (max-width: 1024px) and (-ms-high-contrast: none) {
  .eventsListingCont {
    /* IE10 */
    /* IE11 */
  }

  .eventsListingCont .listingMainCont {
    width: calc((100% - 3rem) / 2 - 1px);
  }

  .eventsListingCont *::-ms-backdrop,
  .eventsListingCont .listingMainCont {
    width: calc((100% - 3rem) / 2 - 1px);
  }
}

@media (max-width: 825px) {
  .eventsListingCont .listingSec.withInterests {
    padding-right: 0;
  }

  .eventsListingCont .listingSec .listingMainCont,
  .eventsListingCont .listingSec.withInterests .listingMainCont {
    margin-left: 0 !important;
    margin-bottom: 1.5rem;
    width: 100%;
  }

  .eventsListingCont .listingMainCont .listingItem {
    padding-bottom: 5rem;
    height: auto;
  }

  .eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont .Date .dateTxt,
  #borderWrapper .infoCont .Date .dateTxt {
    font-size: 1.2rem;
  }

  .eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont .Date .dateTxt span,
  #borderWrapper .infoCont .Date .dateTxt span {
    width: 20%;
  }
}

@media (max-width: 480px) {
  .eventsListingCont .listingMainCont .listingItem .discoverMore {
    bottom: 1rem;
  }

  .eventsListingCont .listingMainCont.publications {
    width: calc((100% - 0rem) / 1 - 1px) !important;
    margin-bottom: 3rem !important;
    margin-left: 0rem !important;
  }

  .eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont .Date .dateTxt .dateBold,
  #borderWrapper .infoCont .Date .dateTxt .dateBold {
    margin: 0.2rem 1.9rem;
    margin-left: 0;
  }
}

.interestedSection {
  background: #f9f8f4;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 2.5rem;
  height: fit-content;
  width: 23%;
  float: right;
}

.interestedSection .sectionTitle {
  font: 700 2.4rem MarkaziText-Bold;
  color: #131550;
  margin-bottom: 2rem;
}

.interestedSection .ItemCont {
  margin-bottom: 2.5rem;
  min-height: 15rem;
  display: flex;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.interestedSection .ItemCont .dateCont {
  width: 12rem;
  display: flex;
  flex-direction: column;
  background-color: #eeebe7;
  /*padding: 2rem 1.7rem 1.8rem;*/
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
}

.interestedSection .ItemCont .dateCont .Date {
  color: #131550;
  font: bold 4.1rem MarkaziText-Regular;
}

.interestedSection .ItemCont .dateCont .Month {
  color: #9b8873;
  font: 700 1.5rem MarkaziText-Bold;
  margin-top: 0.2rem;
}

.interestedSection .ItemCont .imgCont {
  width: 15rem;
}

.interestedSection .ItemCont .imgCont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interestedSection .ItemCont .titleCont {
  padding: 1.5rem;
  padding-bottom: 3rem;
  width: 100%;
  position: relative;
}

.interestedSection .ItemCont .titleCont .Title {
  font: 700 1.8rem/2rem MarkaziText-Bold;
  color: #131550;
  margin-bottom: .7rem;
}

.interestedSection .ItemCont .titleCont .Title a {
  color: #131550 !important;
}

.interestedSection .ItemCont .titleCont .Disc {
  font: 500 1.2rem/1.5rem MarkaziText-Regular;
  color: #131550;
}

.interestedSection .ItemCont .titleCont .More {
  background: #131550;
  color: #fff;
  font-size: 1rem;
  padding: .5rem;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: .7rem;
  bottom: .7rem;
}

@media (max-width: 1600px) {
  .interestedSection {
    padding: 1.5rem;
  }

  .interestedSection .ItemCont {
    margin-bottom: 1.5rem;
  }

  .interestedSection .ItemCont .titleCont {
    padding: 1rem;
    padding-bottom: 2rem;
  }

  .interestedSection .ItemCont .titleCont .Title {
    font-size: 1.6rem;
  }
}

@media (max-width: 1024px) {
  .interestedSection {
    width: 30%;
  }
}

@media (max-width: 825px) {
  .interestedSection {
    margin-bottom: 2rem;
    width: 100%;
    float: none !important;
  }

  .interestedSection .ItemCont .titleCont .Title {
    font-size: 1.8rem;
  }
}

.eventsDetails .textCont .detailsTitle {
  font: 700 3.998rem/5rem MarkaziText-Bold;
  color: #131550;
  width: 100%;
  display: inline-block;
  margin: 3rem 0 2.6rem;
}

@media (max-width: 825px) {
  .eventsDetails .textCont .detailsTitle {
    margin: 0;
    margin-bottom: 2rem;
  }
}

.eventsDetails .textCont .linksCont {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.eventsDetails .textCont .linksCont a {
  color: #131550 !important;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  margin-right: 3rem;
}

@media (max-width: 480px) {
  .eventsDetails .textCont .linksCont a {
    margin-right: 1rem;
  }
}

.eventsDetails .textCont .linksCont a span {
  margin-left: .8rem;
  color: #fff;
  background: #131550;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
}

.eventsDetails .textCont .infoCont {
  border-top: solid #c5bcb3 1px;
  border-bottom: solid #c5bcb3 1px;
  padding: 1.9rem 0px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.eventsDetails .textCont .infoCont .Location {
  display: flex;
  /*width: 28%;*/
}

.eventsDetails .textCont .infoCont .Location .icon-location {
  font-size: 2.5rem;
  color: #808590;
}

.eventsDetails .textCont .infoCont .Location .Txt {
  font-family: MarkaziText-Regular;
  color: #131550;
  margin-right: 1.9rem;
}

.eventsDetails .textCont .infoCont .Date {
  display: flex;
  align-items: flex-start;
  /*width: 68%;*/
}

.eventsDetails .textCont .infoCont .Date .icon-time {
  font-size: 2.5rem;
  color: #808590;
}

.eventsDetails .textCont .infoCont .Date .dateTxt {
  display: flex;
  font: 400 1.6rem MarkaziText-Regular;
  color: #808590;
  margin: 0 1.7rem;
}

.eventsDetails .textCont .infoCont .Date .dateTxt .dateBold {
  color: #131550;
  margin: 0 0.9rem;
}

.eventsDetails .textCont .infoCont .Date .dateTxt.mrgnPlus {
  margin-left: 4.2rem;
}

.eventsDetails .textCont .txtSection {
  /*font: 100 1.799rem/2.3rem $SecoundryFontFamily$imp;*/
}

@media (max-width: 1600px) {
  .eventsDetails .textCont .detailsTitle {
    font-size: 4rem;
  }
}

@media (max-width: 1024px) {
  .eventsDetails .textCont .detailsTitle {
    font-size: 3.8rem;
  }
}

@media (max-width: 825px) {
  .eventsDetails .textCont .detailsTitle {
    font-size: 3rem;
  }

  .eventsDetails .textCont .infoCont {
    display: block;
  }

  .eventsDetails .textCont .infoCont .Location,
  .eventsDetails .textCont .infoCont .Date {
    width: 100%;
  }

  .eventsDetails .textCont .infoCont>div {
    margin-top: 2rem;
  }

  .eventsDetails .textCont .infoCont>div:first-child {
    margin: 0;
  }

  .eventsDetails .textCont .infoCont>div.Date .dateTxt.mrgnPlus {
    margin-left: 1.7rem;
  }
}

@media (max-width: 750px) {
  .eventsDetails .textCont .infoCont {
    display: block;
  }
}

@media (max-width: 320px) {
  .eventsDetails .textCont .infoCont {
    justify-content: space-between;
  }

  .eventsDetails .textCont .infoCont .Date span {
    margin-left: 1rem;
  }

  .eventsDetails .textCont .infoCont .Date .dateTxt,
  .eventsDetails .textCont .infoCont .Date .dateTxt.mrgnPlus {
    margin: 0 !important;
  }
}

.announcementListing .listingMainCont .listingItem .tagCont {
  display: flex;
  align-items: stretch;
}

.announcementListing .listingMainCont .listingItem .tagCont .img {
  background-color: #b7afc9;
  font-size: 2.6rem;
  padding: 8px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}

.announcementListing .listingMainCont .listingItem .tagCont .img span:before {
  color: #131550;
}

.announcementListing .listingMainCont .listingItem .tagCont .Txt {
  background-color: #d5d3e0;
  font: 400 1.6rem MarkaziText-Regular;
  color: #131550;
  padding: 1.2rem 1.5rem;
}

.announcementListing .listingMainCont .listingItem .itemMainTitle {
  margin: 1.5rem 0 0.9rem;
  font-size: 2.4rem;
}

.announcementListing .listingMainCont .listingItem .Date {
  font: 400 1.536rem MarkaziText-Regular;
  color: #9b8873;
}

.announcementListing .listingMainCont .listingItem .description {
  font: 400 1.6rem/2.4rem lato;
  color: #131550;
  padding: 1.2rem 0 rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 2.5rem;
}

.announcementDetails {
  background-color: #fff;
  padding: 6rem;
  width: 100%;
  margin: 3.2rem 0;
}

.announcementDetails .linksCont {
  margin-bottom: 2rem;
}

.announcementDetails .itemInfo {
  width: 100%;
  color: #352e64;
  padding: 1rem 0;
  font-family: lato;
  border-top: 2px solid #ebebed;
  border-bottom: 2px solid #ebebed;
}

.announcementDetails .itemInfo .provideTxt {
  margin-bottom: 0;
  color: #131550;
}

.announcementDetails .itemInfo .provideTxt span {
  font-weight: 700;
}

.announcementDetails .itemInfo .provideTxt a {
  color: #131550 !important;
}

.announcementDetails .tagCont {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.announcementDetails .tagCont .img {
  background-color: #b7afc9;
  font-size: 3rem;
  padding: 1rem;
  height: 6.2rem;
  display: flex;
  align-items: center;
}

.announcementDetails .tagCont .Txt {
  background-color: #d5d3e0;
  font: 400 1.8rem MarkaziText-Regular;
  color: #131550;
  padding: 1.5rem;
  height: 6.2rem;
  display: flex;
  align-items: center;
}

.announcementDetails .pageTitle {
  font: 700 3.9rem MarkaziText-Bold;
  color: #131550;
  padding: 2rem 0;
  line-height: 1.2;
  margin-bottom: 0;
}

.announcementDetails .mainImg img {
  /*height: 550px;
            object-fit: cover;*/
  width: 100%;
  display: block;
  margin: 0 auto;
}

.announcementDetails .secoundParagraph {
  font: 400 1.8rem/2.5rem MarkaziText-Regular;
  color: #131550;
}

.announcementDetails .secoundParagraph .secoundImg>* {
  width: 55% !important;
}

.announcementDetails .secoundParagraph .secoundImg img {
  width: 45% !important;
  padding-left: 3.9rem;
  padding-bottom: 4.3rem;
}

.announcementDetails .firstParagraph {
  font: 400 1.8rem/2.5rem MarkaziText-Regular;
  color: #131550;
  padding: 4rem 0 3.4rem;
}

@media (max-width: 1600px) {
  .announcementDetails {
    padding: 5.5rem 5.1rem;
  }
}

@media (max-width: 1024px) {
  .announcementDetails .secoundParagraph .secoundImg>* {
    width: 100% !important;
  }

  .announcementDetails .secoundParagraph .secoundImg img {
    width: 100% !important;
    padding: 0;
    margin-bottom: 4rem;
  }
}

@media (max-width: 750px) {
  .announcementDetails {
    padding: 2rem;
    /*.secoundParagraph {
            .secoundImg {
                width: 100%;
                height: 255px;

                img {
                    padding: 0;
                    width: 100%;
                    object-fit: cover
                }
            }
        }*/
  }

  .announcementDetails .pageTitle {
    font-size: 2.5rem;
  }
}

.servicesSec {
  width: 100%;
  height: 24.9vw;
  display: flex;
  color: #131550;
}

.servicesSec .servicesHeader {
  background: url("../../images/eagleBackgroundObject.png") no-repeat, #c0bdc8;
  background-position: left top;
  width: 31%;
  padding: 3% 10% 5% 2%;
}

.servicesSec .servicesHeader .servicesHeaderContent h2 {
  font: 700 6rem MarkaziText-Bold;
  width: 21rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: #131550;
}

.servicesSec .servicesHeader .servicesHeaderContent p {
  font: 100 1.6rem MarkaziText-Regular;
  line-height: 1.4;
  color: #131550;
}

.servicesSec .servicesDetails {
  background: #f4f0eb;
  width: 69%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.servicesSec .servicesDetails .servicesSlider {
  width: 75%;
  margin: 0 auto;
  padding: 3vw 0;
}

.servicesSec .servicesDetails .servicesSlider .slick-center {
  background: #fff;
  transition: all .5s ease .5s;
}

.servicesSec .servicesDetails .servicesSlider .servicesItem {
  text-align: center;
  padding: 15% 20%;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.servicesSec .servicesDetails .servicesSlider .servicesItem img {
  height: 10rem;
  max-width: 100%;
  margin: 0 auto;
}

.servicesSec .servicesDetails .servicesSlider .servicesItem h3 {
  font: 700 3rem MarkaziText-Bold;
  line-height: 1.3;
  margin-top: 2rem;
  margin-bottom: 0;
  color: #131550;
  word-break: break-word;
}

.servicesSec .servicesDetails .servicesSlider.unslicked {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 0;
}

.servicesSec .servicesDetails .servicesSlider.unslicked .servicesItem {
  /*flex-basis: 15%;*/
  height: auto;
  padding: 0;
  margin: 0 3%;
}

.servicesSec .servicesDetails .galleryButtons {
  display: flex;
  position: absolute;
  height: 22rem !important;
  width: 11rem !important;
  top: 4vw;
  flex-direction: column;
}

.servicesSec .servicesDetails .galleryButtons a {
  position: relative;
  width: 100%;
  height: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.servicesSec .servicesDetails .galleryButtons a span {
  font-size: 4.5rem;
  transform: scaleX(-1);
}

.servicesSec .servicesDetails .galleryButtons a.servicesBack {
  background-color: #b7afc9;
}

.servicesSec .servicesDetails .galleryButtons a.servicesBack span {
  color: #7a788a;
}

.servicesSec .servicesDetails .galleryButtons a.servicesNext {
  background-color: #131550;
}

.servicesSec .servicesDetails .galleryButtons a.servicesNext span {
  color: #998d7d;
}

@media (max-width: 1600px) {
  .servicesSec .servicesHeader {
    padding: 3% 7% 3% 2%;
  }

  .servicesSec .servicesHeader .servicesHeaderContent h2 {
    font-size: 5rem;
  }

  .servicesSec .servicesDetails .servicesSlider .servicesItem img {
    height: 7rem;
  }

  .servicesSec .servicesDetails .servicesSlider .servicesItem h3 {
    font-size: 2.5rem;
  }

  .servicesSec .servicesDetails .galleryButtons {
    height: 18rem !important;
    width: 9rem !important;
  }

  .servicesSec .servicesDetails .galleryButtons a span {
    font-size: 3.5rem;
  }
}

@media (max-width: 1024px) {
  .servicesSec .servicesHeader .servicesHeaderContent h2 {
    font-size: 4rem;
    line-height: 1;
    margin-bottom: .5rem;
  }

  .servicesSec .servicesHeader .servicesHeaderContent p {
    font-size: 1.4rem;
  }

  .servicesSec .servicesDetails .galleryButtons {
    height: 16rem !important;
    width: 8rem !important;
    top: 17%;
  }

  .servicesSec .servicesDetails .servicesSlider {
    padding: 4vw 0;
  }

  .servicesSec .servicesDetails .servicesSlider .servicesItem img {
    height: 6rem;
  }

  .servicesSec .servicesDetails .servicesSlider .servicesItem h3 {
    font-size: 2rem;
  }
}

@media (max-width: 825px) {
  .servicesSec {
    flex-direction: column;
    height: auto;
  }

  .servicesSec .servicesHeader {
    width: 100%;
    padding: 5%;
    background-size: 85%;
  }

  .servicesSec .servicesHeader .servicesHeaderContent h2 {
    font-size: 5.5vw;
  }

  .servicesSec .servicesHeader .servicesHeaderContent p {
    font-size: 2.6vw;
  }

  .servicesSec .servicesDetails {
    width: 100%;
    height: auto;
  }

  .servicesSec .servicesDetails .servicesSlider {
    width: 128%;
    right: 50%;
    transform: translateX(50%);
  }

  .servicesSec .servicesDetails .servicesSlider .servicesItem {
    padding: 18%;
  }

  .servicesSec .servicesDetails .servicesSlider .servicesItem img {
    height: 15vw;
    margin: 0 auto;
  }

  .servicesSec .servicesDetails .servicesSlider .servicesItem h3 {
    font-size: 4vw;
  }

  .servicesSec .servicesDetails .servicesSlider.unslicked {
    width: 100%;
    right: auto;
    transform: translateX(0);
  }

  .servicesSec .servicesDetails .galleryButtons {
    display: none;
  }
}

@media (max-width: 480px) {
  .servicesSec .servicesHeader {
    padding: 7%;
  }

  .servicesSec .servicesHeader .servicesHeaderContent h2 {
    font-size: 6.85vw;
    width: 30vw;
  }

  .servicesSec .servicesHeader .servicesHeaderContent p {
    font-size: 3.5vw;
  }

  .servicesSec .servicesDetails .servicesSlider .servicesItem {
    padding: 14%;
  }

  .servicesSec .servicesDetails .servicesSlider .servicesItem img {
    height: 20vw;
  }

  .servicesSec .servicesDetails .servicesSlider .servicesItem h3 {
    font-size: 5vw;
  }

  .servicesSec .servicesDetails .galleryButtons {
    display: none;
  }
}

.mapSecContainer {
  width: 100%;
}

.mapSecContainer.container {
  margin-bottom: 3.2rem;
}

.mapSecContainer.withItem .mapSec {
  height: 38rem;
}

.mapSec,
.mapSecContainer {
  width: 100%;
  height: 43.5rem;
  position: relative;
  height: 39.5rem;
}

.mapSec .innerEagle,
.mapSecContainer .innerEagle {
  background: url("../../images/eagleMenu.png") center bottom no-repeat;
  position: absolute;
  top: 62%;
  right: -25%;
  transform: translateX(50%);
  transform: translateY(-50%);
  /*transform: translate(-50%, -50%);*/
  object-fit: cover;
  height: 540px;
  width: 840px;
}

.mapSec .headerBox,
.mapSecContainer .headerBox {
  width: 31%;
  height: 100%;
  bottom: 0px;
  z-index: 10;
  float: right;
  position: absolute;
}

.mapSec .headerBox .innerMapsTitle,
.mapSecContainer .headerBox .innerMapsTitle {
  position: absolute;
  top: 31%;
  right: 16%;
  width: 50%;
  font: 700 5.3rem/5.5rem MarkaziText-Bold;
  color: #131550;
}

.mapSec .headerBox .topBottomBorders::before,
.mapSecContainer .headerBox .topBottomBorders::before {
  top: 0px;
  height: 2vh;
  width: 100%;
  position: absolute;
  content: "";
  background: #bfb9af;
  /* Old browsers */
  background: -moz-linear-gradient(right, #bfb9af 1%, #d0c9be 16%, #ded7cb 31%, #f9f6ef 57%, #faf7f0 78%, #e0d9d0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, #bfb9af 1%, #d0c9be 16%, #ded7cb 31%, #f9f6ef 57%, #faf7f0 78%, #e0d9d0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, #bfb9af 1%, #d0c9be 16%, #ded7cb 31%, #f9f6ef 57%, #faf7f0 78%, #e0d9d0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfb9af', endColorstr='#e0d9d0', GradientType=1);
  /* IE6-9 */
}

.mapSec .headerBox .topBottomBorders::after,
.mapSecContainer .headerBox .topBottomBorders::after {
  bottom: 0px;
  height: 2vh;
  width: 100%;
  position: absolute;
  content: "";
  background: #bfb9af;
  /* Old browsers */
  background: -moz-linear-gradient(right, #bfb9af 1%, #d0c9be 16%, #ded7cb 31%, #f9f6ef 57%, #faf7f0 78%, #e0d9d0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, #bfb9af 1%, #d0c9be 16%, #ded7cb 31%, #f9f6ef 57%, #faf7f0 78%, #e0d9d0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, #bfb9af 1%, #d0c9be 16%, #ded7cb 31%, #f9f6ef 57%, #faf7f0 78%, #e0d9d0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfb9af', endColorstr='#e0d9d0', GradientType=1);
  /* IE6-9 */
}

.mapSec .headerBox .rightLeftBorders:before,
.mapSecContainer .headerBox .rightLeftBorders:before {
  right: 0px;
  /*Don't change to variable*/
  height: 100%;
  width: 1vw;
  position: absolute;
  content: "";
  background: #bfb9af;
  /* Old browsers */
}

.mapSec .headerBox .rightLeftBorders:after,
.mapSecContainer .headerBox .rightLeftBorders:after {
  left: 0px;
  /*Don't change to variable*/
  height: 100%;
  width: 1vw;
  position: absolute;
  content: "";
  background: #e2dcd3;
  /* Old browsers */
}

.mapSec .mapCont,
.mapSecContainer .mapCont {
  background: #131550;
  position: absolute;
  z-index: 10;
  /*height: 80%;*/
  width: 74%;
  bottom: 0px;
  left: 0px;
  /*height: 38rem;*/
}

.mapSec .Terratype,
.mapSecContainer .Terratype {
  opacity: .6;
}

.mapSec.withItem,
.mapSecContainer.withItem {
  width: 31%;
  height: 38rem;
}

.mapSec.withItem .headerBox,
.mapSec.withItem .innerEagle,
.mapSecContainer.withItem .headerBox,
.mapSecContainer.withItem .innerEagle {
  display: none;
}

.mapSec.withItem .mapCont,
.mapSecContainer.withItem .mapCont {
  width: 100%;
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {

  .mapSec .headerBox .innerMapsTitle,
  .mapSecContainer .headerBox .innerMapsTitle {
    right: 15%;
  }
}

@media (max-width: 825px) {

  .mapSec,
  .mapSecContainer {
    height: 38rem;
  }

  .mapSec .headerBox,
  .mapSec .innerEagle,
  .mapSecContainer .headerBox,
  .mapSecContainer .innerEagle {
    display: none;
  }

  .mapSec .mapCont,
  .mapSecContainer .mapCont {
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: 0px;
    right: 0px;
  }
}

@media (max-width: 480px) {

  .mapSec .headerBox,
  .mapSecContainer .headerBox {
    /*width: 100%;
					height: 81%;
					bottom: 0px;
					z-index: 10;
					float: right;
					position: relative;
					margin-bottom: 1rem;*/
    display: none;
  }

  .mapSec .mapCont,
  .mapSecContainer .mapCont {
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: 0px;
    right: 0px;
  }
}

@media (max-width: 1280px) {

  .mapSec .headerBox .innerMapsTitle,
  .mapSecContainer .headerBox .innerMapsTitle {
    right: 8%;
    font-size: 4rem;
  }
}

.openingHoursSec {
  background: #131550;
  width: 100%;
  height: 38rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  padding: 5%;
  height: 34.555rem;
}

/* Responsive for opening hours */
/* iPad Pro */
@media (min-width: 992px) and (max-width: 1050px) {
  .openingHoursSec {
    height: 27.8vh;
  }
}

.openingHoursSec.withItem {
  width: 69%;
  justify-content: space-between;
}

.openingHoursSec .openingHoursHeader {
  width: 24.5rem;
  height: 29rem;
  position: relative;
  background-image: linear-gradient(to top, #b5b5b7, #b5b5b7), linear-gradient(to right, #b5b5b7, #b5b5b7), linear-gradient(to bottom, #b5b5b7 27%, transparent 27%, transparent 73%, #b5b5b7 73%), linear-gradient(to right, #b5b5b7, #b5b5b7);
  background-position: bottom left, top right, top right, bottom left;
  background-size: 18px 100%, 100% 18px, 18px 100%, 100% 18px;
  background-repeat: no-repeat;
}

.openingHoursSec .openingHoursHeader h2 {
  font: 700 5.35rem MarkaziText-Bold;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22rem;
  line-height: 1.2;
}

@media (max-width: 1600px) {
  .openingHoursSec .openingHoursHeader {
    width: 18.75rem;
    height: 23rem;
    background-size: 14px 100%, 100% 14px, 14px 100%, 100% 14px;
  }

  .openingHoursSec .openingHoursHeader h2 {
    font-size: 3.9rem;
  }
}

@media (max-width: 1024px) {
  .openingHoursSec .openingHoursHeader {
    width: 16.2vw;
    height: 20.6vw;
  }

  .openingHoursSec .openingHoursHeader h2 {
    font-size: 3.5rem;
  }
}

@media (max-width: 825px) {
  .openingHoursSec .openingHoursHeader {
    width: 26vw;
    height: 30.6vw;
    background-image: linear-gradient(to top, #b5b5b7, #b5b5b7), linear-gradient(to right, #b5b5b7, #b5b5b7), linear-gradient(to bottom, #b5b5b7 22%, transparent 22%, transparent 78%, #b5b5b7 78%), linear-gradient(to right, #b5b5b7, #b5b5b7);
    background-size: 1.8vw 100%, 100% 1.8vw, 1.8vw 100%, 100% 1.8vw;
  }

  .openingHoursSec .openingHoursHeader h2 {
    font-size: 5.5vw;
  }
}

@media (max-width: 480px) {
  .openingHoursSec .openingHoursHeader {
    width: 30.6vw;
    height: 35.6vw;
  }

  .openingHoursSec .openingHoursHeader h2 {
    font-size: 6.5vw;
    width: 26vw;
  }
}

.openingHoursSec .fromTo div>span {
  color: rgba(255, 255, 255, 0.5);
  font: 100 2.4rem MarkaziText-Bold;
}

.openingHoursSec .fromTo div p {
  font: 700 7.2rem MarkaziText-Regular;
}

.openingHoursSec .fromTo div p span {
  font: 400 3.6rem MarkaziText-Regular;
  vertical-align: middle;
}

.openingHoursSec .dayOff {
  font: 700 6rem MarkaziText-Regular;
}

.openingHoursSec .days {
  width: 20rem;
  position: relative;
}

.openingHoursSec .days .daysSlider .slick-center p {
  color: #fff;
  transition: all .4s ease-in-out .3s;
}

.openingHoursSec .days .daysSlider p {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 3.6rem;
  font-weight: 100;
}

.openingHoursSec .days .sliderArrows {
  height: 150%;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.openingHoursSec .days .sliderArrows a {
  color: #d8d8d8 !important;
  cursor: pointer;
}

.openingHoursSec .days .sliderArrows a span {
  display: block;
  font-size: 3rem;
  transform: rotate(90deg);
}

@media (max-width: 1600px) {
  .openingHoursSec .fromTo div>span {
    font-size: 2rem;
  }

  .openingHoursSec .fromTo div p {
    font-size: 5.5rem;
  }

  .openingHoursSec .fromTo div p span {
    font-size: 3rem;
  }

  .openingHoursSec .dayOff {
    font-size: 4rem;
  }

  .openingHoursSec .days .daysSlider p {
    font-size: 2.8rem;
  }

  .openingHoursSec.withItem .days {
    width: 16rem;
  }
}

@media (max-width: 1024px) {
  .openingHoursSec .fromTo div>span {
    font-size: 1.8rem;
  }

  .openingHoursSec .fromTo div p {
    font-size: 5rem;
  }

  .openingHoursSec .fromTo div p span {
    font-size: 2.5rem;
  }

  .openingHoursSec .days .daysSlider p {
    font-size: 2.6rem;
  }
}

@media (max-width: 825px) {
  .openingHoursSec {
    height: auto;
    padding: 8% 5%;
    justify-content: space-between;
  }

  .openingHoursSec.withItem {
    height: auto;
  }

  .openingHoursSec .fromTo div p {
    font-size: 6.5vw;
  }

  .openingHoursSec .fromTo div p span {
    font-size: 3.6vw;
  }

  .openingHoursSec .fromTo div>span {
    font-size: 2.4vw;
  }

  .openingHoursSec .days {
    width: 20%;
  }

  .openingHoursSec .days .daysSlider p {
    font-size: 3.6vw;
  }
}

@media (max-width: 480px) {
  .openingHoursSec .fromTo div p {
    font-size: 7.5vw;
    margin-bottom: 0;
  }

  .openingHoursSec .fromTo div p span {
    font-size: 3.8vw;
  }

  .openingHoursSec .fromTo div>span {
    font-size: 3vw;
  }

  .openingHoursSec .dayOff {
    font-size: 2.5rem;
  }

  .openingHoursSec .days {
    width: 27%;
  }

  .openingHoursSec .days .daysSlider p {
    font-size: 4.5vw;
    margin-bottom: .3rem;
  }

  .openingHoursSec .days .sliderArrows a span {
    font-size: 4vw;
  }
}

.ticketPriceSec {
  background: rgba(150, 142, 169, 0.6);
  width: 100%;
  color: #131550;
  display: flex;
  align-items: center;
  padding: 3% 10%;
}

.ticketPriceSec.withItem {
  width: 31%;
  padding: 6rem 10% 2rem 5%;
  flex-direction: column;
  background: url("../../images/eagleBackgroundObject.png") no-repeat, rgba(150, 142, 169, 0.6);
  background-position: left top;
}

.ticketPriceSec.withItem .ticketPriceHeader {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 1rem;
}

.ticketPriceSec.withItem .ticketPriceHeader h2 {
  margin-bottom: 2.5rem;
}

.ticketPriceSec.withItem .ticketPriceHeader h2 span {
  display: block;
}

.ticketPriceSec.withItem .ticketPriceDetails {
  width: 100%;
  margin-right: 0;
  display: block;
}

.ticketPriceSec.withItem .ticketPriceDetails .ticketPriceItem {
  width: 100%;
  margin-bottom: 1rem;
}

.ticketPriceSec .ticketPriceHeader h2 {
  font: 700 5.35rem MarkaziText-Bold;
  line-height: 1.2;
  display: inline-block;
  color: #131550;
}

.ticketPriceSec .ticketPriceHeader h2 span {
  display: block;
}

.ticketPriceSec .ticketPriceHeader>span {
  font-size: 12rem;
  margin-left: 7rem;
}

.ticketPriceSec .ticketPriceHeader>span:before {
  transform: rotate(270deg) scaleY(1);
  display: inline-block;
  color: #131550;
}

.ticketPriceSec .ticketPriceDetails {
  display: flex;
  flex-wrap: wrap;
  font-family: MarkaziText-Regular;
  font-size: 2rem;
  justify-content: space-between;
  margin-right: 18%;
  margin-top: 3rem;
}

.ticketPriceSec .ticketPriceDetails .ticketPriceItem {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.ticketPriceSec .ticketPriceDetails .ticketPriceItem span:first-child {
  font-weight: 400;
  width: 70%;
  color: #131550;
}

.ticketPriceSec .ticketPriceDetails .ticketPriceItem span:nth-child(2) {
  font-weight: 700;
}

.ticketPriceSec .ticketPriceDetails .ticketPriceItem span:nth-child(3) {
  font-weight: 100;
}

@media (max-width: 1600px) {
  .ticketPriceSec {
    padding: 2% 4%;
    justify-content: space-around;
  }

  .ticketPriceSec .ticketPriceHeader h2 {
    font-size: 4rem;
  }

  .ticketPriceSec .ticketPriceHeader>span {
    margin-left: 3rem;
    font-size: 9rem;
  }

  .ticketPriceSec .ticketPriceDetails {
    margin-right: 0;
    width: 50%;
    margin-top: 1rem;
  }

  .ticketPriceSec .ticketPriceDetails .ticketPriceItem {
    width: 100%;
  }

  .ticketPriceSec.withItem {
    padding: 5rem 7% 3rem 4%;
    justify-content: flex-start;
  }

  .ticketPriceSec.withItem .ticketPriceHeader {
    margin-bottom: 2rem;
  }
}

@media (max-width: 1024px) {
  .ticketPriceSec {
    padding: 3%;
  }

  .ticketPriceSec .ticketPriceHeader h2 {
    font-size: 3.5rem;
  }

  .ticketPriceSec .ticketPriceHeader>span {
    font-size: 7rem;
    margin-left: 2rem;
  }

  .ticketPriceSec .ticketPriceDetails {
    font-size: 1.6rem;
  }

  .ticketPriceSec.withItem {
    padding-top: 3rem;
  }
}

@media (max-width: 825px) {
  .ticketPriceSec {
    padding: 5%;
    flex-direction: column;
    height: auto;
    align-items: initial;
  }

  .ticketPriceSec .ticketPriceHeader {
    margin-bottom: 1rem;
  }

  .ticketPriceSec .ticketPriceHeader h2 {
    font-size: 5.5vw;
    margin-right: -7rem;
  }

  .ticketPriceSec .ticketPriceHeader>span {
    font-size: 11.7vw;
    margin-left: 8rem;
  }

  .ticketPriceSec .ticketPriceDetails {
    width: auto;
    margin-right: 11rem;
    font-size: 2.6vw;
    justify-content: space-around;
  }
}

@media (max-width: 480px) {
  .ticketPriceSec .ticketPriceHeader h2 {
    font-size: 6.85vw;
  }

  .ticketPriceSec .ticketPriceHeader>span {
    font-size: 14.7vw;
  }

  .ticketPriceSec .ticketPriceDetails {
    font-size: 3.5vw;
    margin-top: 2rem;
    margin-right: 7rem;
  }
}

.innersComponentsCont {
  width: 100%;
  margin: 3.2rem 0 0;
}

.mapHoursCont {
  align-items: flex-end;
}

.ticketTipsCont,
.mapHoursCont {
  width: 100%;
  display: flex;
}

@media (max-width: 825px) {

  .ticketTipsCont,
  .mapHoursCont {
    flex-direction: column;
  }

  .ticketTipsCont>div,
  .mapHoursCont>div {
    width: 100% !important;
  }
}

.tipsSec {
  width: 100%;
  color: #131550;
  background: #eae6e8;
  padding: 6rem 4rem;
  position: relative;
}

.tipsSec.withItem {
  width: 69%;
}

.tipsSec.withItem .tipsSlider.unslicked .tipsItem {
  flex-basis: 33%;
  flex-grow: 1;
  height: 27.7rem;
}

.tipsSec h2 {
  font: 700 5.35rem MarkaziText-Bold;
  line-height: 1.2;
  margin-bottom: 4rem;
}

.tipsSec .tipsSlider {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.tipsSec .tipsSlider .slick-slide {
  margin: 0 .6rem;
  transition: opacity .3s;
}

.tipsSec .tipsSlider .slick-slide.slick-center+.slick-slide {
  opacity: .5;
}

.tipsSec .tipsSlider .slick-list {
  margin: 0 -.6rem;
}

.tipsSec .tipsSlider .tipsItem {
  padding: 4rem 3rem 2rem;
  border: 1px solid #131550;
  height: 26.7rem;
}

.tipsSec .tipsSlider .tipsItem h3 {
  font: 700 3rem MarkaziText-Bold;
  margin-bottom: 2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tipsSec .tipsSlider .tipsItem p {
  height: 60%;
  overflow: auto;
  /*white-space: pre-line;*/
  width: 100%;
  padding-left: 1rem;
  font-weight: 300;
}

.tipsSec .tipsSlider .tipsItem p .mCSB_scrollTools a {
  display: none !important;
}

.tipsSec .tipsSlider .tipsItem p .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #bcb2a3 !important;
  width: 9px;
  border-radius: 0px;
}

.tipsSec .tipsSlider .tipsItem p .mCSB_scrollTools .mCSB_dragger_bar {
  background-color: #131550 !important;
  width: 9px;
  border-radius: 0px;
}

.tipsSec .tipsSlider.unslicked {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
}

.tipsSec .tipsSlider.unslicked .tipsItem {
  flex-basis: 25%;
  flex-grow: 1;
  margin-left: 1.2rem;
}

.tipsSec .tipsSlider.unslicked .tipsItem:last-child {
  margin-left: 0;
}

.tipsSec .tipsArrows {
  position: absolute;
  top: 5rem;
  left: 15%;
  display: flex;
}

.tipsSec .tipsArrows a {
  background: #fff;
  color: #3d414c;
  border-radius: 50%;
  /* padding: 2vw; */
  width: 8rem;
  height: 8rem;
  display: inline-block;
  box-shadow: 0px 1px 5px 0px #a5a4a4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  font-weight: 700;
  cursor: pointer;
  transform: scaleX(-1);
}

.tipsSec .tipsArrows a.prevArrow {
  margin-left: 2rem;
}

@media (max-width: 1600px) {
  .tipsSec {
    padding: 4rem;
  }

  .tipsSec .tipsSlider.unslicked .tipsItem {
    height: 28.7rem;
  }

  .tipsSec h2 {
    font-size: 4rem;
  }

  .tipsSec .tipsSlider .tipsItem {
    padding: 4rem 2rem 2rem;
    height: 28.7rem;
  }

  .tipsSec .tipsSlider .tipsItem h3 {
    font-size: 2.6rem;
  }

  .tipsSec .tipsArrows {
    top: 3rem;
  }

  .tipsSec .tipsArrows a {
    width: 6rem;
    height: 6rem;
    font-size: 3rem;
  }
}

@media (max-width: 1024px) {
  .tipsSec {
    padding: 3rem 2rem;
  }

  .tipsSec .tipsSlider.unslicked .tipsItem {
    height: 26.7rem;
  }

  .tipsSec h2 {
    font-size: 3.5rem;
  }

  .tipsSec .tipsSlider .tipsItem {
    padding-top: 3rem;
    height: 26.7rem;
  }

  .tipsSec .tipsSlider .tipsItem h3 {
    font-size: 2.2rem;
  }

  .tipsSec .tipsSlider .tipsItem p {
    font-size: 1.4rem;
  }

  .tipsSec .tipsArrows {
    top: 6%;
  }
}

@media (max-width: 825px) {
  .tipsSec {
    padding: 5%;
  }

  .tipsSec .tipsSlider.unslicked .tipsItem {
    height: 19.7rem;
  }

  .tipsSec h2 {
    font-size: 5.5vw;
  }

  .tipsSec .tipsSlider {
    width: calc(75vw + 1.2rem);
    height: 19.7rem;
  }

  .tipsSec .tipsSlider .slick-list {
    overflow: visible !important;
    width: 100% !important;
  }

  .tipsSec .tipsSlider .slick-slide {
    /*width: 75vw !important;*/
    height: 19.7rem !important;
    transition: opacity .3s;
  }

  .tipsSec .tipsSlider .slick-slide.slick-current+.slick-slide {
    opacity: .5;
  }

  .tipsSec .tipsSlider .tipsItem {
    height: 19.7rem;
    padding: 4%;
  }

  .tipsSec .tipsSlider .tipsItem h3 {
    font-size: 3.5vw;
  }

  .tipsSec .tipsSlider .tipsItem p {
    font-size: 2.3vw;
  }

  .tipsSec .tipsSlider.unslicked .tipsItem {
    width: 100%;
  }

  .tipsSec .tipsArrows {
    display: none;
  }
}

@media (max-width: 480px) {
  .tipsSec .tipsSlider.unslicked .tipsItem {
    height: 15.7rem;
  }

  .tipsSec h2 {
    font-size: 6.5vw;
    margin-bottom: 2rem;
  }

  .tipsSec .tipsSlider .tipsItem {
    padding: 5%;
  }

  .tipsSec .tipsSlider .tipsItem h3 {
    font-size: 5vw;
  }

  .tipsSec .tipsSlider .tipsItem p {
    font-size: 3.3vw;
  }
}

.relatedContentSec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #131550;
  margin: 3.2rem 0;
}

.relatedContentSec .relatedContentItem {
  width: calc(50% - .4rem);
  margin-bottom: .8rem;
  background: #fff;
  padding: 4.8rem 5rem 10rem 5.4rem;
  height: 40rem;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.relatedContentSec .relatedContentItem .childBg {
  display: none;
}

.relatedContentSec .relatedContentItem.child .childBg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 115% 130%;
  background-size: 45%;
  transform: scaleX(-1);
}

.relatedContentSec .relatedContentItem.pink .childBg {
  background-image: url("/Style Library/images/pinkColoringBg.png");
}

.relatedContentSec .relatedContentItem.pink .header .itemType {
  background: #fccaea;
}

.relatedContentSec .relatedContentItem.green .childBg {
  background-image: url("/Style Library/images/greenColoringBg.png");
}

.relatedContentSec .relatedContentItem.green .header .itemType {
  background: #ccf4ed;
}

.relatedContentSec .relatedContentItem.blue .childBg {
  background-image: url("/Style Library/images/blueColoringBg.png");
}

.relatedContentSec .relatedContentItem.blue .header .itemType {
  background: #d4e0fa;
}

.relatedContentSec .relatedContentItem .header img {
  vertical-align: initial;
  height: 5.8rem;
}

.relatedContentSec .relatedContentItem .header .itemType {
  display: inline-block;
  background: #e2e2e2;
  padding: 1rem 2rem;
  border-radius: 3rem;
  margin-right: 2rem;
  font: 500 1.8rem MarkaziText-Regular;
  transform: translateY(-1rem);
  color: #131550;
}

.relatedContentSec .relatedContentItem .title {
  font: 700 3rem MarkaziText-Bold;
  line-height: 1.2;
  margin-top: 2rem;
  color: #131550;
}

.relatedContentSec .relatedContentItem .disc {
  font: 500 1.8rem MarkaziText-Regular;
  margin-top: 1rem;
  color: #131550;
}

.relatedContentSec .relatedContentItem .readMore {
  position: absolute;
  bottom: 5rem;
  display: block;
  color: #131550;
  font: 700 1.8rem MarkaziText-Bold;
  cursor: pointer;
  z-index: 10;
}

.relatedContentSec .relatedContentItem .readMore span {
  color: #fff;
  background: #131550;
  padding: 1rem;
  font-size: 1.3rem;
  border-radius: 50%;
  margin-right: 1.5rem;
}

@media (max-width: 1600px) {
  .relatedContentSec .relatedContentItem {
    height: 36rem;
    padding: 3.8rem 4rem 9rem 4rem;
  }

  .relatedContentSec .relatedContentItem .header img {
    height: 5rem;
  }

  .relatedContentSec .relatedContentItem .header .itemType {
    font-size: 1.6rem;
  }

  .relatedContentSec .relatedContentItem .title {
    font-size: 2.6rem;
    margin-top: 1.5rem;
  }

  .relatedContentSec .relatedContentItem .disc,
  .relatedContentSec .relatedContentItem .readMore {
    font-size: 1.6rem;
  }

  .relatedContentSec .relatedContentItem .disc span,
  .relatedContentSec .relatedContentItem .readMore span {
    padding: .8rem;
  }
}

@media (max-width: 1024px) {
  .relatedContentSec .relatedContentItem {
    height: 32rem;
    padding: 3rem 3rem 8rem 3rem;
  }

  .relatedContentSec .relatedContentItem .header img {
    height: 4.5rem;
  }

  .relatedContentSec .relatedContentItem .header .itemType {
    font-size: 1.4rem;
  }

  .relatedContentSec .relatedContentItem .title {
    font-size: 2.3rem;
  }

  .relatedContentSec .relatedContentItem .disc,
  .relatedContentSec .relatedContentItem .readMore {
    font-size: 1.4rem;
  }

  .relatedContentSec .relatedContentItem .readMore {
    bottom: 4rem;
  }
}

@media (max-width: 825px) {
  .relatedContentSec .relatedContentItem {
    min-height: initial;
  }

  .relatedContentSec .relatedContentItem .title {
    margin-top: 1rem;
  }

  .relatedContentSec .relatedContentItem .readMore {
    bottom: 2.5rem;
  }
}

@media (max-width: 667px) and (orientation: landscape) {
  .relatedContentSec .relatedContentItem {
    width: 100%;
    height: auto;
    min-height: initial;
  }
}

@media (max-width: 480px) {
  .relatedContentSec {
    flex-direction: column;
  }

  .relatedContentSec .relatedContentItem {
    width: 100%;
    height: auto;
    padding: 8%;
    padding-bottom: 20%;
  }

  .relatedContentSec .relatedContentItem .readMore {
    bottom: 3rem;
  }
}

.generalListingCont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
}

.generalListingItem {
  height: 20rem;
  width: calc((100% - 3rem) / 2);
  margin-bottom: 3rem;
  background: #fff;
  display: flex;
  position: relative;
}

.generalListingItem .itemImage {
  width: 32%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.generalListingItem img {
  width: 100%;
  height: 100%;
  /*object-fit: contain;*/
  object-fit: cover;
}

.generalListingItem .itemDetails {
  width: 68%;
  flex-grow: 1;
  padding: 2.5rem 2.9rem 6.2rem 8rem;
  color: #131550;
}

.generalListingItem .itemDetails a {
  color: #131550 !important;
}

.generalListingItem .itemDetails h2 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  cursor: pointer;
}

.generalListingItem .itemDetails p {
  font-weight: 500;
  font-family: MarkaziText-Regular;
  line-height: 1.3;
}

.generalListingItem .showMore {
  background: #131550;
  color: #fff !important;
  font-size: 1.9rem;
  font-weight: 700;
  padding: 1.2rem;
  display: block;
  position: absolute;
  left: 1.9rem;
  bottom: 1.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

@media (max-width: 1600px) {
  .generalListingItem {
    height: 18rem;
  }

  .generalListingItem .itemDetails {
    padding: 2rem 2.3rem 6.2rem 6rem;
  }

  .generalListingItem .itemDetails h2 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }

  .generalListingItem .itemDetails p {
    font-size: 1.5rem;
  }

  .generalListingItem .showMore {
    padding: 1.2rem;
    font-size: 1.6rem;
    left: 1.5rem;
    bottom: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .generalListingItem {
    height: 20vw;
  }

  .generalListingItem .itemDetails h2 {
    font-size: 2.4vw;
  }

  .generalListingItem .itemDetails p {
    font-size: 1.5vw;
  }
}

@media (max-width: 825px) {
  .generalListingItem {
    width: 100%;
    margin-bottom: 2rem;
    height: 20rem;
  }

  .generalListingItem .itemDetails {
    padding: 2vw 3vw 6vw 10vw;
  }

  .generalListingItem .itemDetails h2 {
    font-size: 4vw;
  }

  .generalListingItem .itemDetails p {
    font-size: 2.5vw;
  }

  .generalListingItem .showMore {
    font-size: 2.5vw;
    left: 2.5vw;
    bottom: 2.5vw;
  }
}

@media (max-width: 480px) {
  .generalListingItem {
    flex-direction: column;
    height: auto;
  }

  .generalListingItem .itemImage {
    width: 100%;
    height: auto;
  }

  .generalListingItem .itemDetails {
    width: 100%;
    padding: 3vw 13vw 12vw 4vw;
    padding: 5vw 5vw 12vw 13vw;
  }

  .generalListingItem .itemDetails h2 {
    font-size: 6.5vw;
  }

  .generalListingItem .itemDetails p {
    font-size: 1.3rem;
  }

  .generalListingItem .showMore {
    font-size: 4vw;
    left: 4vw;
    bottom: 4vw;
  }
}

.inner-listing {
  /*.filtrationItem.col-lg-2 {
        max-width: 16%$imp
    }*/
}

.inner-listing .col1 {
  width: 8.33333%;
}

.inner-listing .col2 {
  width: 16.66667%;
}

.inner-listing .col3 {
  width: 25%;
}

.inner-listing .col4 {
  width: 33.33333%;
}

.inner-listing .col5 {
  width: 41.66667%;
}

.inner-listing .col6 {
  width: 50%;
}

.inner-listing .col7 {
  width: 58.33333%;
}

.inner-listing .col8 {
  width: 66.66667%;
}

.inner-listing .col9 {
  width: 75%;
}

.inner-listing .col10 {
  width: 83.33333%;
}

.inner-listing .col11 {
  width: 91.66667%;
}

.inner-listing .col12 {
  width: 100%;
}

.inner-listing [class*=col] {
  float: right;
}

.inner-listing [class*=col] .mainPageDescription {
  width: 100%;
}

.inner-listing .filtrationItem {
  display: flex;
  align-items: center;
  margin: 1.2rem 0;
  padding: 0 0.6rem;
  height: 39px;
  max-width: none !important;
  width: auto !important;
}

.inner-listing .filtrationItem>div {
  height: 100% !important;
}

@media all and (-ms-high-contrast: none) {
  .inner-listing {
    /* IE10 */
    /* IE11 */
  }

  .inner-listing .filtrationItem {
    flex-basis: auto;
  }

  .inner-listing *::-ms-backdrop,
  .inner-listing .filtrationItem {
    flex-basis: auto;
  }
}

.inner-listing .dateControl .inputWrapper {
  /* border: 1px solid #131550; */
  position: relative;
  width: 100% !important;
  height: 39px;
}

.inner-listing .dateControl .inputWrapper #dateFrom {
  /* border: none; */
}

.inner-listing .dateControl .inputWrapper #dateFrom:before {
  content: "\e908";
}

.inner-listing .dateControl .inputWrapper #dateTo {
  /* border: none; */
}

.inner-listing .dateControl .inputWrapper #dateTo:before {
  content: "\e908";
}

.inner-listing .dateControl .inputWrapper .icon-calendar {
  position: absolute;
  left: -3px;
  padding: 10px 12px;
  pointer-events: none;
  top: 0px;
  font-size: 2rem;
}

.inner-listing .dateControl .inputWrapper .icon-calendar:before {
  color: #131550;
}

.inner-listing .btnWrapperFiltraion {
  position: absolute;
  left: 0px;
  top: auto;
  bottom: 0;
  display: flex;
}

.inner-listing .btnWrapperFiltraion .reset {
  background-color: #8686a5;
}

.inner-listing .flx {
  float: left;
}

.inner-listing .clear {
  clear: both;
}

.inner-listing .filter {
  background: rgba(255, 255, 255, 0.6);
  padding: 1rem;
  margin-top: 1.5rem;
  position: relative;
  margin-bottom: 2.2rem;
  min-height: 85px;
  display: flex;
  align-items: center;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
}

.inner-listing .filter .filtrationComponents {
  width: 91%;
  display: flex;
  flex-wrap: wrap;
}

.inner-listing .filter .col3 {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.inner-listing .filter .col3:first-child {
  padding-right: 0rem;
  padding-left: 1.4rem;
}

.inner-listing .filter input[type=text],
.inner-listing .filter select {
  border: 1px solid #131550;
  padding: 9px;
  display: inline-block;
  color: #131550;
  vertical-align: middle;
  font-size: 1.35rem;
  border-radius: 0;
  background: transparent;
  font-family: MarkaziText-Regular;
  height: 39px;
  outline: 0;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inner-listing .filter input[type=text]:focus,
.inner-listing .filter input[type=text]:hover,
.inner-listing .filter input[type=text]:active,
.inner-listing .filter select:focus,
.inner-listing .filter select:hover,
.inner-listing .filter select:active {
  box-shadow: none;
  border: 1px solid #131550;
  background: transparent;
}

.inner-listing .filter .doubleCh {
  border: 1px solid #131550;
  display: flex;
}

.inner-listing .filter .doubleCh input[type=radio] {
  display: none;
}

.inner-listing .filter .doubleCh label {
  box-sizing: border-box;
  padding: 0 1.9rem;
  height: 37px;
  line-height: 37px;
  /*width: 50%;*/
  margin: 0;
  text-align: center;
  font-family: MarkaziText-Regular;
  cursor: pointer;
  color: #131550;
  border-right: solid #131550 1px;
  white-space: nowrap;
}

.inner-listing .filter .doubleCh label:hover,
.inner-listing .filter .doubleCh label:focus,
.inner-listing .filter .doubleCh label:active {
  background: rgba(32, 32, 96, 0.6);
  color: #fff;
}

.inner-listing .filter .doubleCh input[type="radio"]:checked+label {
  background: #202060;
  color: #fff;
}

.inner-listing .filter .doubleCh:nth-child(1) {
  border-right: none;
}

.inner-listing .filter select::-ms-expand {
  display: none;
}

.inner-listing .filter .title {
  color: #131550;
  font: 700 2.4rem/27px MarkaziText-Regular;
  margin: 1.9rem 0.5rem;
  /*width: 7%;*/
  float: left;
  display: block;
}

.inner-listing .filter .dropDown {
  position: relative;
  width: 100%;
}

.inner-listing .filter .dropDown:after {
  position: absolute;
  top: .2rem;
  left: 0.3rem;
  color: rgba(32, 32, 96, 0.5);
  content: "\e909";
  display: inline-block;
  font-size: 2.5rem;
  font-family: PortalAndsubPortalIcons;
  z-index: 0;
}

.inner-listing .filter .dropDown option:not(:checked) {
  background-color: #fff;
}

.inner-listing .filter button {
  border-radius: 0;
  background: #202060;
  color: #fff;
  padding: 2.1rem;
  border: 0;
  vertical-align: middle;
  top: 0;
  left: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  /* height: 85px;
      height: 91px; */
}

.inner-listing .filter button:focus,
.inner-listing .filter button:hover,
.inner-listing .filter button:active {
  box-shadow: none;
  outline: 0;
}

.inner-listing .filter button span {
  font-size: 3rem;
}

.inner-listing .col9 .listItem {
  width: 33.33333%;
}

.inner-listing .col9 .listItem:nth-child(3n-2) {
  padding-left: 1.4rem;
}

.inner-listing .col9 .listItem:nth-child(3n) {
  padding-right: 1.4rem;
}

.inner-listing .col9 .listItem:nth-child(3n-1) {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.inner-listing .col12 .listItem {
  width: 25%;
}

.inner-listing .col12 .listItem:nth-child(4n-3) {
  padding-left: 1.4rem;
}

.inner-listing .col12 .listItem:nth-child(4n) {
  padding-right: 1.4rem;
}

.inner-listing .col12 .listItem:nth-child(4n-1),
.inner-listing .col12 .listItem:nth-child(4n-2) {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.inner-listing .listing {
  display: flex;
  flex-wrap: wrap;
}

.inner-listing .listing.withInterests {
  padding-right: 2rem;
}

.inner-listing .listing.withInterests .listItem {
  width: calc((100% - 2rem) / 3);
}

.inner-listing .listing.withInterests .listItem:nth-child(4n) {
  margin-left: 1rem;
}

.inner-listing .listing.withInterests .listItem:nth-child(3n) {
  margin-left: 0;
}

.inner-listing .listing .listItem {
  width: calc((100% - 3rem) / 4);
  color: #131550;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.inner-listing .listing .listItem:nth-child(4n) {
  margin-left: 0;
}

.inner-listing .listing .listItem img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
}

.inner-listing .listing .listItem .details {
  background: #fff;
  /*height: 35rem;*/
  height: auto;
  min-height: 24rem;
  padding: 2.5rem;
  padding-bottom: 6rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  flex: 1 1 auto;
  transition: box-shadow .3s;
  pointer-events: none;
}

.inner-listing .listing .listItem .details h2 {
  font: 600 3rem MarkaziText-Bold;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-height: 1;
}

.inner-listing .listing .listItem .details .location {
  color: #352e64;
  padding: 1rem 0;
  font-family: MarkaziText-Regular;
  border-top: 2px solid #ebebed;
  border-bottom: 2px solid #ebebed;
  margin-bottom: 2rem;
}

.inner-listing .listing .listItem .details .location p {
  margin-top: 1rem;
  margin-bottom: 0;
}

.inner-listing .listing .listItem .details .location p:first-child {
  margin: 0;
}

.inner-listing .listing .listItem .details .location span {
  font-weight: 700;
  margin-left: 5px;
}

.inner-listing .listing .listItem .details>p {
  font: 300 1.4rem MarkaziText-Regular;
  line-height: 1.4;
  /*height: 5rem;
                    overflow: hidden;*/
}

.inner-listing .listing .listItem .details>a {
  position: absolute;
  bottom: 3rem;
}

.inner-listing .listing .listItem .details a {
  font: 600 1em MarkaziText-Bold;
  line-height: 1.4;
  display: inline-block;
  color: #131550;
}

.inner-listing .listing .listItem .details a:hover,
.inner-listing .listing .listItem .details a:focus,
.inner-listing .listing .listItem .details a:active {
  /*transform: scale(1.02) translateY(0.2rem);*/
}

.inner-listing .listing .listItem .details a span {
  margin: 0 1rem;
  background: #131550;
  font-size: 1.25rem;
  color: #fff;
  padding: 5px;
  border-radius: 100%;
}

.inner-listing .listing .listItem .details a:hover {
  text-decoration: none;
}

.inner-listing .listing .listItem .details a:hover .details {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
}

.inner-listing .innList .seeAlso {
  border: 1px solid #bc9a70;
  padding: 3rem 2rem 2rem;
  margin-top: 4rem;
  margin-left: 4rem;
}

.inner-listing .innList .seeAlso h3 {
  font: 600 2.4rem MarkaziText-Bold;
  margin-bottom: 2rem;
  color: #131550;
}

.inner-listing .innList .seeAlso .listItem {
  margin-bottom: .8rem;
}

.inner-listing .innList .seeAlso .listItem img {
  width: 10rem;
  height: 9rem;
  float: right;
}

.inner-listing .innList .seeAlso .listItem .details {
  padding: 1.5rem;
  box-sizing: border-box;
  background: #fff;
  color: #131550;
  float: right;
  width: calc(100% - 10rem);
}

.inner-listing .innList .seeAlso .listItem .details h4 {
  font: 600 1.8rem MarkaziText-Bold;
  margin-bottom: .5rem;
}

.inner-listing .innList .seeAlso .listItem .details p {
  font: 300 1.2rem MarkaziText-Regular;
  margin: 0;
  /*height: 2.6rem;
                        overflow: hidden;*/
}

.inner-listing .innList .seeAlso .listItem .details a {
  float: left;
  font-size: 1.5rem;
  color: #131550;
}

.inner-listing .innList .seeAlso .listItem .details a:hover {
  text-decoration: none;
}

.inner-listing .showMore {
  width: 100% !important;
  text-align: center;
  margin: 2rem 0;
}

.inner-listing .showMore button {
  color: #131550;
  background: transparent;
  border: 1px solid #131550;
  padding: 1.5rem 5rem;
  font: 100 1.5rem MarkaziText-Bold;
  cursor: pointer;
  transition: all 0.3s linear;
}

.inner-listing .showMore button:hover,
.inner-listing .showMore button:active {
  background-color: #131550;
  color: #fff;
  outline: none;
}

.inner-listing .showMore button:visited {
  outline: none;
}

.inner-listing .showMore.relatedContent {
  width: 100%;
  margin: 2rem 0;
}

.empty-template {
  margin: 1.5rem 0 2rem;
  background: rgba(32, 32, 96, 0.25);
  padding: 4.5rem 3rem;
  text-align: center;
  color: #131550;
  font: 400 2.8rem MarkaziText-Regular;
}

.empty-template .search-result {
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.empty-template h2 {
  font-family: MarkaziText-Bold;
}

.empty-template p,
.empty-template a {
  font: 100 2.2rem MarkaziText-Regular;
  display: inline-block;
  margin: 0.2rem;
}

.empty-template a {
  text-decoration: underline;
}

.empty-template .icon-horus-eye {
  font-size: 14.5rem;
  margin-top: 5.5rem;
  color: #8887a7;
  display: block;
}

.rangeInnerFiltration {
  padding-right: 0px;
  margin-top: 1.5rem;
  position: relative;
  min-height: 95px;
  padding: 0px;
}

.rangeInnerFiltration .listingRange .control {
  display: block;
  position: relative;
  cursor: pointer;
  font: normal 2.189rem MarkaziText-Bold;
  color: #131550;
  width: 140px;
}

.rangeInnerFiltration .listingRange .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.rangeInnerFiltration .listingRange .control input:checked~.control__indicator {
  background: transparent;
  overflow: visible;
  border: solid #fff 1px;
}

.rangeInnerFiltration .listingRange .control__indicator {
  position: absolute;
  top: 2px;
  right: 0;
  height: 1.9rem;
  width: 1.9rem;
  background: transparent;
  border: solid #fff 1px;
}

.rangeInnerFiltration .listingRange .control--checkbox .control__indicator:after {
  right: 11px;
  top: -6px;
  width: 11px;
  height: 18px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.rangeInnerFiltration .listingRange .control input:checked~.control__indicator:after {
  display: block;
}

.rangeInnerFiltration .listingRange .control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine {
  /*width: 89%;*/
  width: 100%;
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  justify-content: center;
  align-items: center;
  position: absolute;
  /*top: -11px;*/
  top: 0px;
  background: rgba(255, 255, 255, 0.46);
  padding: 0 1.5rem;
  /*box-shadow: inset -10px 0 5px -7px rgba(161, 161, 161, 0.25);*/
  /*right: -10px;*/
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-wrapper {
  height: 100%;
  min-height: 85px;
  margin-top: 10px;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-container {
  min-height: 95px;
  width: 100%;
  overflow: hidden;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-container-horizontal>.swiper-scrollbar {
  bottom: 46.5px !important;
  height: 1px !important;
  /*width: 84% $imp;*/
  width: 95%;
  display: inline-block !important;
  z-index: -1;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-scrollbar {
  background: #131550 !important;
  right: 2.5% !important;
  /*right: 8.5%$imp;*/
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-scrollbar-drag {
  background: #131550 !important;
  height: 0px !important;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-slide .control {
  font: 100 1.323rem MarkaziText-Regular;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  line-height: 17px;
  margin: 0 auto;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-slide .control>span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-slide .mapTimeLineTime {
  position: absolute;
  bottom: -56px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal 1.4rem MarkaziText-Regular;
  display: block;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  direction: rtl;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-slide .control__indicator {
  top: 32px;
  right: 48%;
  border-radius: 50px;
  background: #131550;
  height: 1rem;
  width: 1rem;
  border: none;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-slide .control__indicator:after {
  content: "\e92d";
  transform: rotate(0) !important;
  font-family: PortalAndsubPortalIcons;
  right: -10px !important;
  top: -13px !important;
  border: solid #f4f0ea 1px;
  border-radius: 50px !important;
  padding: 1px !important;
  background-color: #131550 !important;
  width: 35px !important;
  height: 35px !important;
  z-index: 1000000;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 30px;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-button-prev,
.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-button-next {
  position: absolute;
  top: 97%;
  width: 42px !important;
  height: 47px !important;
  margin-top: -74px !important;
  margin-top: -77px !important;
  z-index: 10;
  cursor: pointer;
  background-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem !important;
  outline: none !important;
  /*top: auto;*/
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-button-prev,
.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-container-rtl .swiper-button-next {
  color: #f2ede7;
  background-image: none !important;
  transform: rotate(0deg);
  right: 0% !important;
  left: auto !important;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-button-prev span,
.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-container-rtl .swiper-button-next span {
  font-size: 3.1rem;
  color: #88929a;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-button-next,
.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-container-rtl .swiper-button-prev {
  color: #f2ede7;
  background-image: none !important;
  left: 0% !important;
  right: auto !important;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-button-next:active,
.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-button-next:focus,
.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-button-next:visited,
.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-container-rtl .swiper-button-prev:active,
.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-container-rtl .swiper-button-prev:focus,
.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-container-rtl .swiper-button-prev:visited {
  outline: none !important;
}

.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-button-next span,
.rangeInnerFiltration .listingRange #filtrationTimeLine .swiper-container-rtl .swiper-button-prev span {
  font-size: 3.1rem;
  color: #88929a;
}

.bs-datepicker-head bs-datepicker-navigation-view {
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-blue .bs-datepicker-head,
.theme-dark-blue .bs-datepicker-head {
  background-color: #131550;
}

.theme-blue .bs-datepicker-body table td span.selected,
.theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-blue .bs-datepicker-body table td[class*="select-"] span:after,
.theme-dark-blue .bs-datepicker-body table td span.selected,
.theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-dark-blue .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #131550 !important;
}

/*.listingMainCont:nth-child(3n-2), .listItem:nth-child(3n-2) {
    padding-right: 0px;
}*/
@media (max-width: 1600px) {
  .empty-template {
    padding: 2rem;
  }

  .filter {
    padding: 2rem;
  }

  .inner-listing {
    /*.filtrationItem {
            max-width: 23%$imp;
        }*/
  }

  .inner-listing .filter {
    display: flex;
    vertical-align: middle;
    justify-content: flex-start;
  }

  .inner-listing .filter .title {
    font-size: 2rem !important;
  }

  .inner-listing .filter button span {
    font-size: 2.5rem;
  }

  .inner-listing .btnWrapperFiltraion {
    left: 0px;
  }

  .inner-listing .filtrationItem.col-lg-3 {
    /*max-width: 25%$imp;*/
  }

  .inner-listing .listing .listItem img {
    height: 14rem;
  }

  .inner-listing .listing .listItem .details {
    padding: 1.8rem;
    padding-bottom: 5rem;
  }

  .inner-listing .listing .listItem .details h2 {
    font-size: 2.5rem;
  }

  .inner-listing .listing .listItem .details .location {
    margin-bottom: 1rem;
    padding: .7rem 0;
  }

  .inner-listing .listing .listItem .details>a {
    bottom: 2rem;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .empty-template {
    padding: 2rem;
  }

  .filter {
    padding: 2rem;
  }

  .filter .filtrationItem {
    /*min-height: 40px;*/
    /*max-width: 30%$imp*/
  }

  .rangeCont .filtrationItem.col-lg-4 {
    /*max-width: 30%$imp*/
  }

  .rangeCont .filtrationItem.col-lg-3 {
    /*max-width: 21%$imp*/
  }

  .rangeCont .filtrationItem.col-lg-2 {
    /*max-width: 14%$imp*/
  }
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .filter .col3 {
    width: 40%;
  }

  .listItem {
    width: 50%;
    /*&:nth-child(n) {
            padding: 0;
        }

        &:nth-child(2n-1) {
            @include padding-right(1.4rem);
        }

        &:nth-child(2n) {
            @include padding-left(1.4rem);
        }*/
  }

  .empty-template {
    padding: 2rem;
    font: 400 2.5rem MarkaziText-Regular;
  }

  .inner-listing .listing .listItem .details a {
    font-size: 0.9em;
  }
}

@media (max-width: 1280px) {
  .filter .col3 {
    width: 40%;
  }

  .col12 .listItem {
    width: 50%;
  }

  .col12 .listItem:nth-child(n) {
    padding: 0;
  }

  .col12 .listItem:nth-child(2n-1) {
    padding-left: 1.4rem;
  }

  .col12 .listItem:nth-child(2n) {
    padding-right: 1.4rem;
  }

  .empty-template {
    padding: 2rem;
    font: 400 2.5rem MarkaziText-Regular;
  }

  .inner-listing {
    /*.filtrationItem {
            max-width: 23%$imp
        }*/
  }

  .inner-listing .filter {
    display: flex;
    vertical-align: middle;
    justify-content: flex-start;
  }

  .inner-listing .filter .title {
    font-size: 2rem !important;
  }

  .inner-listing .filter button span {
    font-size: 2.5rem;
  }

  .inner-listing .filter .doubleCh label {
    font-size: 1.3rem;
  }

  .inner-listing .btnWrapperFiltraion {
    left: 0px;
  }

  .inner-listing .listing .listItem .details a {
    font-size: 0.8em;
  }
}

@media (max-width: 1024px) {
  .filter .col3 {
    width: 80%;
    padding: 0 !important;
  }

  /*.listItem {
        width: (6 * 100% / 12);

        &:nth-child(n) {
            padding: 0;
        }

        &:nth-child(2n-1) {
            @include padding-right(1.4rem);
        }

        &:nth-child(2n) {
            @include padding-left(1.4rem);
        }
    }*/
  .filter {
    padding: .5rem 1.5rem 2rem;
  }

  .filter .title {
    margin-top: 1.5rem;
  }

  .empty-template {
    padding: 2rem;
    font: 400 2.5rem MarkaziText-Regular;
  }

  .listingRange #filtrationTimeLine {
    top: 0px;
  }

  .listingRange #filtrationTimeLine .swiper-container-horizontal>.swiper-scrollbar {
    /*width: 70% $imp;*/
  }

  .listingRange #filtrationTimeLine .swiper-scrollbar {
    right: 14.5% !important;
  }

  .filter .filtrationItem {
    /*min-height: 50px;*/
    /*max-width: 43%$imp*/
    /*max-width: 41%$imp;*/
  }

  .rangeCont .filtrationItem.col-lg-4 {
    /*max-width: 30%$imp*/
  }

  .rangeCont .filtrationItem.col-lg-3 {
    /*max-width: 21%$imp*/
  }

  .rangeCont .filtrationItem.col-lg-2 {
    /*max-width: 14%$imp*/
  }

  /*.listingMainCont:nth-child(even) {
        padding-left: 10px;
    }*/
  .listingMainCont {
    /*padding-right: 10px;*/
  }

  .inner-listing .listing .listItem {
    width: calc((100% - 3rem) / 3);
    margin-left: 1.5rem;
  }

  .inner-listing .listing .listItem:nth-child(4n) {
    margin-left: 1.5rem;
  }

  .inner-listing .listing .listItem:nth-child(3n) {
    margin-left: 0;
  }

  .inner-listing .listing .listItem img {
    height: 18rem;
  }

  .inner-listing .listing .listItem .details {
    padding: 1.5rem;
  }

  .inner-listing .listing.withInterests .listItem {
    width: calc((100% - 1.5rem) / 2);
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .inner-listing .listing.withInterests .listItem:nth-child(3n) {
    margin-left: 1.5rem;
  }

  .inner-listing .listing.withInterests .listItem:nth-child(2n) {
    margin-left: 0;
  }

  .inner-listing .listing .interestedSection {
    width: 30%;
  }
}

@media (max-width: 825px) {
  .filter .col3 {
    width: 80%;
    padding: 0 !important;
  }

  .col12 .listItem {
    width: 100%;
  }

  .col12 .listItem:nth-child(n) {
    padding: 0;
  }

  .col12 .listItem .details h2,
  .col12 .listItem .details p {
    height: auto;
  }

  .empty-template {
    padding: 2rem;
    font: 400 2.5rem MarkaziText-Regular;
  }

  .inner-listing .filter .filtrationComponents {
    width: 100%;
  }

  .inner-listing .filter .title {
    display: none;
  }

  .inner-listing .filter .search-wrapper {
    display: block;
    width: 80%;
  }

  .inner-listing .filtrationItem {
    /*min-height: 60px*/
  }

  .inner-listing .filtrationItem.childFilter {
    /*max-width: 35%$imp;*/
  }

  .inner-listing .listing,
  .inner-listing .listing.withInterests {
    padding: 0;
  }

  .inner-listing .listing .listItem,
  .inner-listing .listing.withInterests .listItem {
    width: calc((100% - 2rem) / 2);
    margin-left: 2rem;
    margin-bottom: 2rem;
  }

  .inner-listing .listing .listItem:nth-child(3n),
  .inner-listing .listing.withInterests .listItem:nth-child(3n) {
    margin-left: 2rem;
  }

  .inner-listing .listing .listItem:nth-child(2n),
  .inner-listing .listing.withInterests .listItem:nth-child(2n) {
    margin-left: 0;
  }

  .inner-listing .listing .listItem h2,
  .inner-listing .listing.withInterests .listItem h2 {
    font-size: 3rem;
  }

  .inner-listing .listing .listItem .details,
  .inner-listing .listing.withInterests .listItem .details {
    padding: 2rem;
    padding-bottom: 5rem;
  }

  .inner-listing .listing .listItem .details a,
  .inner-listing .listing.withInterests .listItem .details a {
    font-size: 0.7em;
  }

  .listingRange #filtrationTimeLine {
    top: 0px;
  }

  .listingRange #filtrationTimeLine .swiper-container-horizontal>.swiper-scrollbar {
    width: 70% !important;
    right: 14.5% !important;
  }

  .listingRange #filtrationTimeLine .swiper-scrollbar {
    right: 14.5% !important;
  }

  .eventsListingCont .listingMainCont .listingItem .borderWrapper .dateCont {
    display: flex;
    flex-direction: column;
    background-color: #eeebe7;
    padding: 1.5rem 1.7rem 1.8rem;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
  }

  .eventsListingCont .listingMainCont .listingItem .borderWrapper .dateCont .Date {
    font: 700 3rem MarkaziText-Regular;
  }

  .eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont,
  #borderWrapper .infoCont {
    padding: 0.5rem 1rem;
  }

  .eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont .Date .icon-time,
  #borderWrapper .infoCont .Date .icon-time {
    height: 4rem;
    font-size: 2rem;
  }

  .eventsListingCont .listingMainCont .listingItem .borderWrapper .infoCont .Location .icon-location,
  #borderWrapper .infoCont .Location .icon-location {
    font-size: 2rem;
  }
}

@media (max-width: 750px) {
  .inner-listing .btnWrapperFiltraion {
    position: relative;
    height: 100%;
    display: inline-flex !important;
    top: auto;
    bottom: auto;
    /*margin-left: 1.5rem;*/
    float: left;
    flex-direction: row !important;
  }

  .inner-listing .btnWrapperFiltraion button {
    height: 100%;
  }

  .inner-listing .filter button {
    height: 70px;
  }

  .inner-listing .filter .search-wrapper {
    width: 100%;
  }

  .inner-listing .filter .doubleCh {
    flex-direction: column;
    width: 100%;
  }

  .inner-listing .filter .doubleCh label {
    width: 100%;
    border-bottom: solid #131550 1px;
    border-left: solid #131550 1px;
  }

  .inner-listing .filtrationItem {
    flex-direction: column;
    /*min-height: 50px;*/
    width: 100% !important;
    height: auto;
  }

  .inner-listing .dateControl .inputWrapper {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .inner-listing .dateControl .inputWrapper:last-child {
    margin-bottom: 0 !important;
  }

  .inner-listing .listing .listItem .details h2 {
    height: auto;
  }

  .inner-listing .listing .listItem .details h2 a {
    font-size: 0.6em;
  }

  .inner-listing .listing .listItem .details .location {
    height: auto;
  }

  .inner-listing .listing .listItem .details>p {
    height: auto;
  }

  .inner-listing .filtrationItem.col-lg-4 {
    width: 100% !important;
  }

  .inner-listing .filtrationItem.col-lg-3 {
    width: 100% !important;
  }

  .inner-listing .filtrationItem.col-lg-2 {
    width: 100% !important;
  }

  .inner-listing .listing .listItem .details h2 {
    font-size: 3.5rem;
  }

  .eventsListingCont .listingMainCont .listingItem {
    max-height: fit-content !important;
  }

  .eventsListingCont .listingMainCont .listingItem.listingItemColoringGame {
    min-height: 465px !important;
  }

  .inner-listing .filtrationItem.col-lg-4 {
    width: 100% !important;
  }

  .inner-listing .filtrationItem.col-lg-3 {
    width: 100% !important;
  }

  .inner-listing .filtrationItem.col-lg-2 {
    width: 100% !important;
  }
}

@media (max-width: 667px) and (orientation: landscape) {

  .inner-listing .listing .listItem,
  .inner-listing .listing.withInterests .listItem {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 2rem;
  }

  .inner-listing .listing .listItem .details,
  .inner-listing .listing.withInterests .listItem .details {
    height: auto;
    padding-bottom: 5rem;
  }
}

@media (max-width: 480px) {

  .inner-listing .listing,
  .inner-listing .listing.withInterests {
    padding: 0;
  }

  .inner-listing .listing .listItem,
  .inner-listing .listing.withInterests .listItem {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 2rem;
  }

  .inner-listing .btnWrapperFiltraion {
    position: relative;
    height: auto;
    display: inline-flex !important;
    top: auto;
    bottom: auto;
    /*margin-left: 1.5rem;*/
    float: left;
    flex-direction: row !important;
  }
}

.cd-media-container .mediaHubListingCont .grid .grid-item {
  height: 250px !important;
}

/*.side-bar {
    
    position: absolute;
    overflow: auto !important;

    &.fixed {
        position: fixed;
    }

    &.stick-top {
        top: 20vh;
    }

    &.stick-bottom {
        bottom: 0;
    }
}*/
.mediaHubListingCont {
  width: 100%;
  display: flex;
  margin: 1.5rem 0 3.2rem 0;
  overflow: hidden;
}

@media (max-width: 825px) {
  .mediaHubListingCont {
    flex-direction: column;
  }
}

.mediaHubListingCont .filterSecCont {
  width: 23.75%;
}

@media (max-width: 825px) {
  .mediaHubListingCont .filterSecCont {
    width: 100%;
  }
}

.mediaHubListingCont .filterSec {
  padding: 2.8rem 0;
  display: flex;
  align-self: flex-start;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
  color: #131550;
  font-family: MarkaziText-Regular;
}

.mediaHubListingCont .filterSec h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2.2rem;
  padding: 0 4.2rem;
}

.mediaHubListingCont .filterSec input,
.mediaHubListingCont .filterSec select,
.mediaHubListingCont .filterSec button {
  color: #131550;
  background: transparent;
  border: 1px solid #131550;
  padding: .9rem;
  width: 100%;
}

.mediaHubListingCont .filterSec input::-webkit-input-placeholder,
.mediaHubListingCont .filterSec select::-webkit-input-placeholder,
.mediaHubListingCont .filterSec button::-webkit-input-placeholder {
  color: #131550;
  font-weight: 100;
}

.mediaHubListingCont .filterSec input:focus,
.mediaHubListingCont .filterSec input:hover,
.mediaHubListingCont .filterSec input:active,
.mediaHubListingCont .filterSec select:focus,
.mediaHubListingCont .filterSec select:hover,
.mediaHubListingCont .filterSec select:active,
.mediaHubListingCont .filterSec button:focus,
.mediaHubListingCont .filterSec button:hover,
.mediaHubListingCont .filterSec button:active {
  outline: none;
}

.mediaHubListingCont .filterSec .search {
  background: rgba(255, 255, 255, 0.7);
  padding: 1.6rem 4.2rem;
}

.mediaHubListingCont .filterSec .search .searchHeader span {
  margin-left: 1.2rem;
}

.mediaHubListingCont .filterSec .filterationSettings {
  padding: 0 4.2rem;
  margin-top: 1.9rem;
  overflow: visible;
}

.mediaHubListingCont .filterSec .filterationSettings .filterHeader {
  margin-bottom: 2rem;
}

.mediaHubListingCont .filterSec .filterationSettings .filterHeader span {
  margin-left: 1.2rem;
}

.mediaHubListingCont .filterSec .filterationSettings .filterOptions {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
}

.mediaHubListingCont .filterSec .filterationSettings .filterOptions li {
  overflow: visible;
  display: block;
}

.mediaHubListingCont .filterSec .filterationSettings .filterOptions li input {
  display: none;
}

.mediaHubListingCont .filterSec .filterationSettings .filterOptions li label {
  border: 1px solid #131550;
  border-radius: 1rem;
  padding: .5rem .9rem;
  font-weight: 500;
  cursor: pointer;
  margin-left: .3rem;
  margin-bottom: .7rem;
  transition: all .4s;
  display: block;
  box-sizing: border-box;
  backface-visibility: visible;
}

.mediaHubListingCont .filterSec .filterationSettings .filterOptions li label span {
  font-size: 1.8rem;
  margin-left: 1rem;
  vertical-align: text-bottom;
  background: transparent;
}

.mediaHubListingCont .filterSec .filterationSettings .filterOptions li label span.icon-close-circular-button-of-a-cross {
  margin-right: 1rem;
  margin-left: 0;
  background: transparent;
  border-radius: 50%;
  display: none;
}

.mediaHubListingCont .filterSec .filterationSettings .filterOptions li input:checked+label {
  border: 1px solid #2e3192;
  background: #2e3192;
  color: #fff;
}

.mediaHubListingCont .filterSec .filterationSettings .filterOptions li input:checked+label span.icon-close-circular-button-of-a-cross {
  display: inline-block;
}

.mediaHubListingCont .filterSec .filterationSettings .itemSelection {
  position: relative;
}

.mediaHubListingCont .filterSec .filterationSettings .itemSelection select {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  border: none;
  border-bottom: 1px solid #131550;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.mediaHubListingCont .filterSec .filterationSettings .itemSelection select::-ms-expand {
  display: none;
}

.mediaHubListingCont .filterSec .filterationSettings .itemSelection:after {
  position: absolute;
  top: 1.7rem;
  left: 1rem;
  color: #131550;
  content: "\e909";
  display: inline-block;
  font-size: 2rem;
  font-family: PortalAndsubPortalIcons;
  z-index: 0;
}

.mediaHubListingCont .filterSec .filterationSettings .reset-apply {
  display: flex;
  justify-content: space-between;
  margin-top: 5.8rem;
}

.mediaHubListingCont .filterSec .filterationSettings .reset-apply button {
  width: 49%;
  cursor: pointer;
  /*padding-right: 1.5vw;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s linear;
}

.mediaHubListingCont .filterSec .filterationSettings .reset-apply button span {
  vertical-align: sub;
  padding: 0.3rem 0.9rem 0.3rem 0;
  border-right: 2px solid #b3b2c2;
}

.mediaHubListingCont .filterSec .filterationSettings .reset-apply button:hover {
  background-color: #202060;
  color: #fff;
  outline: none;
}

@media (max-width: 1600px) {

  .mediaHubListingCont .filterSec h2,
  .mediaHubListingCont .filterSec .filterationSettings {
    padding: 0 3.2rem;
  }

  .mediaHubListingCont .filterSec .search {
    padding: 1.6rem 3.2rem;
  }

  .mediaHubListingCont .filterSec h2 {
    font-size: 2rem;
  }

  .mediaHubListingCont .filterSec .filterationSettings .filterOptions li label {
    font-size: 1.4rem;
  }

  .mediaHubListingCont .filterSec .filterationSettings .filterOptions li label span {
    font-size: 1.6rem;
  }
}

@media (max-width: 1024px) {

  .mediaHubListingCont .filterSec h2,
  .mediaHubListingCont .filterSec .filterationSettings {
    padding: 0 2rem;
  }

  .mediaHubListingCont .filterSec .search {
    padding: 1.2rem 2rem;
  }

  .mediaHubListingCont .filterSec h2 {
    font-size: 1.8rem;
  }

  .mediaHubListingCont .filterSec .filterationSettings .reset-apply {
    margin-top: 4.8rem;
  }

  .mediaHubListingCont .filterSec .filterationSettings .reset-apply button {
    font-size: 1.4rem;
    /*padding-right: 1.1vw;*/
  }
}

@media (max-width: 825px) {

  .mediaHubListingCont .filterSec h2,
  .mediaHubListingCont .filterSec .filterationSettings {
    padding: 0 5.2vw;
  }

  .mediaHubListingCont .filterSec h2 {
    font-size: 3.2vw;
  }

  .mediaHubListingCont .filterSec .search {
    padding: 2.6vw 5.2vw;
    font-size: 2.7vw;
  }

  .mediaHubListingCont .filterSec .filterationSettings .filterHeader,
  .mediaHubListingCont .filterSec .filterationSettings .itemSelection {
    font-size: 2.7vw;
  }

  .mediaHubListingCont .filterSec .filterationSettings .filterOptions li label {
    padding: 1vw 1.6vw;
    font-size: 2.35vw;
  }

  .mediaHubListingCont .filterSec .filterationSettings .filterOptions li span {
    font-size: 2.7vw;
  }

  .mediaHubListingCont .filterSec .filterationSettings .reset-apply button {
    font-size: 2.7vw;
    /*padding-right: 14.1vw;*/
  }

  .mediaHubListingCont .filterSec .filterationSettings .reset-apply button span {
    padding: 0.3rem 1.9rem 0.3rem 1rem;
  }
}

@media (max-width: 480px) {
  .mediaHubListingCont .filterSec h2 {
    font-size: 5.5vw;
  }

  .mediaHubListingCont .filterSec .search {
    padding: 2.6vw 5.2vw;
    font-size: 4.5vw;
  }

  .mediaHubListingCont .filterSec .filterationSettings .filterHeader,
  .mediaHubListingCont .filterSec .filterationSettings .itemSelection {
    font-size: 4.5vw;
  }

  .mediaHubListingCont .filterSec .filterationSettings .filterOptions li label {
    padding: 1.2vw 2.6vw;
    font-size: 4vw;
  }

  .mediaHubListingCont .filterSec .filterationSettings .filterOptions li span {
    font-size: 4.5vw;
  }

  .mediaHubListingCont .filterSec .filterationSettings .reset-apply button {
    font-size: 4.5vw;
    /*padding-right: 8.1vw;*/
  }

  .mediaHubListingCont .filterSec .filterationSettings .reset-apply button span {
    padding: 0.3rem 1.2rem 0.3rem 0.6rem;
  }
}

.mediaHubListingCont .grid-container {
  width: 76.25%;
  height: 100%;
}

@media (max-width: 825px) {
  .mediaHubListingCont .grid-container {
    width: 100%;
  }
}

.mediaHubListingCont .grid {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.mediaHubListingCont .grid .grid-item {
  width: calc((100% - 4.8rem) / 3);
  overflow: hidden;
  margin-right: 1.6rem;
  margin-bottom: 1.6rem;
  position: relative;
  background: #fff;
  float: right !important;
}

.mediaHubListingCont .grid .grid-item:hover img {
  transform: scale(1.03);
}

.mediaHubListingCont .grid .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}

.mediaHubListingCont .grid .grid-item .itemCaption {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.mediaHubListingCont .grid .grid-item .itemCaption:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: opacity .5s;
}

.mediaHubListingCont .grid .grid-item .itemCaption:hover:after {
  opacity: .4;
}

.mediaHubListingCont .grid .grid-item .itemBox {
  position: absolute;
  right: 1.9rem;
  left: 1.9rem;
  bottom: 1.9rem;
  height: 6rem;
  color: #fff;
  border: 1px solid #fff;
  padding: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.mediaHubListingCont .grid .grid-item .itemBox h3 {
  font-size: 1.8rem;
  margin-bottom: 0;
  /*height: 123%;*/
  overflow: hidden;
}

.mediaHubListingCont .grid .grid-item .itemBox span {
  font-size: 3rem;
}

.mediaHubListingCont .grid .grid-item.storiesItem,
.mediaHubListingCont .grid .grid-item.socialItem {
  position: relative;
}

.mediaHubListingCont .grid .grid-item.storiesItem img,
.mediaHubListingCont .grid .grid-item.socialItem img {
  height: 25rem;
  cursor: pointer;
}

.mediaHubListingCont .grid .grid-item.storiesItem .storyBadge,
.mediaHubListingCont .grid .grid-item.socialItem .storyBadge {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3c367b;
  position: absolute;
  z-index: 1;
  top: 2.5rem;
  right: 2.5rem;
  width: 6.1rem;
  height: 6.1rem;
  transform: none !important;
}

.mediaHubListingCont .grid .grid-item.storiesItem .storyBadge span,
.mediaHubListingCont .grid .grid-item.socialItem .storyBadge span {
  font-size: 3rem;
  color: #fff;
}

.mediaHubListingCont .grid .grid-item.storiesItem .itemDetails,
.mediaHubListingCont .grid .grid-item.socialItem .itemDetails {
  position: relative;
  height: auto;
  background: #fff;
  color: #14154e;
  padding-top: 2.5rem;
  cursor: pointer;
}

.mediaHubListingCont .grid .grid-item.storiesItem .itemDetails h3,
.mediaHubListingCont .grid .grid-item.socialItem .itemDetails h3 {
  cursor: pointer;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  padding: 0 2.5rem;
}

.mediaHubListingCont .grid .grid-item.storiesItem .itemDetails p,
.mediaHubListingCont .grid .grid-item.socialItem .itemDetails p {
  font-weight: 100;
  font-family: MarkaziText-Regular;
  padding: 0 2.5rem;
}

.mediaHubListingCont .grid .grid-item.storiesItem .itemDetails a,
.mediaHubListingCont .grid .grid-item.socialItem .itemDetails a {
  display: block;
  position: relative;
  margin-top: 3rem;
  text-align: center;
  padding: 1.5rem 0;
  border-top: 2px solid #d0d0dc;
  color: #14154e !important;
  cursor: pointer;
  z-index: 1;
}

.mediaHubListingCont .grid .grid-item.storiesItem .itemDetails a span,
.mediaHubListingCont .grid .grid-item.socialItem .itemDetails a span {
  top: -24%;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  background: #14154e;
  border-radius: 50%;
  padding: .6rem;
  font-size: 1.1rem;
  color: #fff;
}

.mediaHubListingCont .grid .grid-item.storiesItem.withImage .storyBadge,
.mediaHubListingCont .grid .grid-item.socialItem.withImage .storyBadge {
  top: 1.7rem;
  right: 1.7rem;
  width: 6.7rem;
  height: 6.7rem;
  background: #3c367b;
}

.mediaHubListingCont .grid .grid-item.storiesItem.withImage .itemDetails,
.mediaHubListingCont .grid .grid-item.socialItem.withImage .itemDetails {
  padding-top: 2.5rem;
}

.mediaHubListingCont .grid .grid-item.storiesItem.withImage .itemDetails a,
.mediaHubListingCont .grid .grid-item.socialItem.withImage .itemDetails a {
  background: transparent;
}

.mediaHubListingCont .grid .grid-item.storiesItem.no-image,
.mediaHubListingCont .grid .grid-item.socialItem.no-image {
  height: auto;
}

.mediaHubListingCont .grid .grid-item.storiesItem.no-image img,
.mediaHubListingCont .grid .grid-item.socialItem.no-image img {
  /* display: none;  */
}

.mediaHubListingCont .grid .grid-item.socialItem img,
.mediaHubListingCont .grid .grid-item.socialItem .storyBadge {
  display: none;
}

.mediaHubListingCont .grid .grid-item.socialItem .itemDetails {
  padding-top: 4.5rem;
}

.mediaHubListingCont .grid .grid-item.socialItem .itemDetails h3 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}

.mediaHubListingCont .grid .grid-item.socialItem .itemDetails p {
  text-align: center;
  position: relative;
  z-index: 1;
}

.mediaHubListingCont .grid .grid-item.socialItem .itemDetails p:before {
  content: '’’';
  position: absolute;
  top: -3rem;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  font-family: 'play';
  color: #e5e5ed;
  font-size: 38rem;
  z-index: -1;
  line-height: 1;
}

.mediaHubListingCont .grid .grid-item.socialItem .itemDetails a {
  background: #d0d0dc !important;
}

.mediaHubListingCont .grid .grid-item.no-image {
  background: #fff;
  /*height: 15vw;*/
  height: 200px;
}

.mediaHubListingCont .grid .grid-item.no-image:before {
  content: '';
  font: 700 2.4rem MarkaziText-Bold;
  width: 100%;
  position: absolute;
  top: 28%;
  right: 0;
  text-align: center;
  color: #131550;
  white-space: pre;
  background: none;
}

.mediaHubListingCont .grid .grid-item.no-image.arabic:before {
  content: 'لا يوجد صورة';
}

.mediaHubListingCont .grid .grid-item.no-image .itemBox {
  border-color: #fff !important;
  color: #fff !important;
}

@media (max-width: 1600px) {
  .mediaHubListingCont .grid .grid-item {
    width: calc((100% - 3.6rem) / 3);
    margin-right: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .mediaHubListingCont .grid .grid-item .itemCaption .itemBox {
    height: 5rem;
    right: 1.4rem;
    left: 1.4rem;
    bottom: 1.4rem;
  }

  .mediaHubListingCont .grid .grid-item .itemCaption .itemBox h3 {
    font-size: 1.6rem;
  }

  .mediaHubListingCont .grid .grid-item.storiesItem .itemDetails h3 {
    font-size: 2.6rem;
  }

  .mediaHubListingCont .grid .grid-item.storiesItem .storyBadge {
    width: 5.1rem;
    height: 5.1rem;
  }

  .mediaHubListingCont .grid .grid-item.storiesItem.withImage .storyBadge {
    width: 5.7rem;
    height: 5.7rem;
  }
}

@media (max-width: 1024px) {
  .mediaHubListingCont .grid .grid-item {
    width: calc((100% - 3rem) / 3);
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  .mediaHubListingCont .grid .grid-item .itemCaption .itemBox {
    height: 4.5rem;
  }

  .mediaHubListingCont .grid .grid-item .itemCaption .itemBox h3 {
    font-size: 1.4rem;
  }

  .mediaHubListingCont .grid .grid-item .itemCaption .itemBox span {
    font-size: 2.5rem;
  }

  .mediaHubListingCont .grid .grid-item.storiesItem img {
    height: 18rem;
  }

  .mediaHubListingCont .grid .grid-item.storiesItem .itemDetails img {
    height: 18rem;
  }

  .mediaHubListingCont .grid .grid-item.storiesItem .itemDetails .storyBadge {
    right: 2rem;
    top: 2rem;
    width: 5.1rem;
    height: 5.1rem;
  }

  .mediaHubListingCont .grid .grid-item.storiesItem .itemDetails h3 {
    font-size: 2rem;
    padding: 0 2rem;
  }

  .mediaHubListingCont .grid .grid-item.storiesItem .itemDetails p {
    padding: 0 2rem;
  }

  .mediaHubListingCont .grid .grid-item.storiesItem.withImage .storyBadge {
    top: 1.3rem;
    right: 1.2rem;
    width: 5.5rem;
    height: 5.5rem;
  }
}

@media (max-width: 825px) {
  .mediaHubListingCont .grid {
    width: 100%;
    margin-right: 0;
    margin-top: 1.6rem;
  }

  .mediaHubListingCont .grid .grid-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }

  .mediaHubListingCont .grid .grid-item:nth-child(odd) {
    margin-left: 0;
  }

  .mediaHubListingCont .grid .grid-item:nth-child(even) {
    margin-right: 0;
  }

  .mediaHubListingCont .grid .grid-item .itemCaption .itemBox {
    height: 8vw;
  }

  .mediaHubListingCont .grid .grid-item .itemCaption .itemBox h3 {
    font-size: 2.7vw;
  }

  .mediaHubListingCont .grid .grid-item .itemCaption .itemBox span {
    font-size: 3.7vw;
  }

  .mediaHubListingCont .grid .grid-item.storiesItem img {
    height: 22rem;
  }

  .mediaHubListingCont .grid .grid-item.storiesItem .itemDetails h3 {
    font-size: 2.8rem;
  }
}

@media (max-width: 480px) {
  .mediaHubListingCont .grid .grid-item {
    width: 100%;
    margin-bottom: 1.6rem;
  }

  .mediaHubListingCont .grid .grid-item:nth-child(even),
  .mediaHubListingCont .grid .grid-item:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .mediaHubListingCont .grid .grid-item .itemCaption .itemBox {
    height: 16vw;
  }

  .mediaHubListingCont .grid .grid-item .itemCaption .itemBox h3 {
    font-size: 4.5vw;
  }

  .mediaHubListingCont .grid .grid-item .itemCaption .itemBox span {
    font-size: 7.7vw;
  }
}

.mediaHubListingCont .empty-template {
  margin: 0 !important;
  margin-right: 1.2rem !important;
}

@media (max-width: 825px) {
  .mediaHubListingCont .empty-template {
    margin-top: 2rem;
    margin-right: 0 !important;
  }
}

.tagAndLinksCont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-share-cont {
  width: 7rem;
}

.share-wrapper {
  position: relative;
  width: 25px;
  height: 25px;
  z-index: 4;
}

.share-wrapper .share-button {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  transition: all 0.4s ease-in-out;
  z-index: 5;
}

.share-wrapper .share-button:hover {
  cursor: pointer;
}

.share-wrapper .share-button span {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #131550;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #131550;
  border-radius: 50%;
  /*padding: 1.25rem;*/
  font-weight: 700;
  font-size: 1.4rem;
  transition: all 0.3s cubic-bezier(0.37, -0.38, 0.595, 1.395) 0s;
}

.share-wrapper .share-button span[class*='icon-close'] {
  transform: scale(0);
}

.share-wrapper .share-button span[class*='icon-sharing'] {
  /*transform: scale(1);*/
  color: #fff;
  background: #131550;
  border-radius: 50%;
  /*padding: 1rem;*/
  font-weight: 700;
  font-size: 1.3rem;
}

.share-wrapper .share-button span[class*='icon-sharing']:after {
  content: "Share";
  font-family: MarkaziText-Regular;
  font-size: 1.4rem;
  margin-right: 1.5rem;
  color: #131550;
  margin-top: -1px;
  display: block;
}

.share-wrapper .share-button span[class*='icon-sharing']:before {
  margin-right: 4.7rem;
  display: block;
  transform: scaleX(-1);
}

.share-wrapper .share-button span[class*='icon-sharing']:after {
  content: 'شارك' !important;
}

.share-wrapper .share-button span[class*='icon-sharing']:before {
  margin-right: 3.7rem;
}

@media all and (-ms-high-contrast: none) {
  .share-wrapper .share-button span[class*='icon-sharing']:before {
    margin-right: .5rem;
  }

  .share-wrapper .share-button *::-ms-backdrop,
  .share-wrapper .share-button span[class*='icon-sharing']:before {
    margin-right: .5rem;
  }
}

.share-wrapper .share-url {
  z-index: 0;
  position: absolute;
  width: 10px;
  height: 10px;
  overflow: hidden;
  bottom: 50%;
  left: 50%;
  margin-bottom: -5px;
  margin-left: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0);
  background: #131550;
  transition: all 0.3s ease-in-out;
  /*@include box-shadow-10;*/
  /*&.facebook {
            background-color: #3B5998;
        }

        &.twitter {
            background-color: #55ACEE;
        }

        &.mail {
            background-color: grey;
        }*/
}

.share-wrapper .share-url>span {
  color: white;
  display: flex;
}

.share-wrapper .share-url.url-1 {
  transition-delay: 0.2s;
}

.share-wrapper .share-url.url-2 {
  transition-delay: 0.15s;
}

.share-wrapper .share-url.url-3 {
  transition-delay: 0.07s;
}

.share-wrapper .share-url.url-4 {
  transition-delay: 0s;
}

.share-wrapper .share-url:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(1px);
}

.share-wrapper.open .share-button span[class*='icon-close'] {
  transform: scale(1);
}

.share-wrapper.open .share-button span[class*='icon-sharing'] {
  transform: scale(0);
}

.share-wrapper.open .share-url {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.share-wrapper.open .share-url.url-1 {
  bottom: 50px;
  left: -5px;
  margin-left: 0;
  margin-bottom: 0;
  transition-delay: 0s;
}

.share-wrapper.open .share-url.url-2 {
  bottom: 30px;
  left: -45px;
  margin-left: 0;
  margin-bottom: 0;
  transition-delay: 0.05s;
}

.share-wrapper.open .share-url.url-3 {
  bottom: 40px;
  left: 70px;
  margin-left: 0;
  margin-bottom: 0;
  transition-delay: 0.12s;
}

.share-wrapper.open .share-url.url-4 {
  bottom: 0;
  left: 80px;
  margin-bottom: 0;
  margin-left: 0;
  transition-delay: 0.2s;
}

.regLog {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(to left, rgba(19, 21, 80, 0.85), rgba(19, 21, 80, 0.85)), url("../../images/treasures-slide-background.jpg");
  background-position: left top, 61%;
  background-size: cover;
  background-repeat: no-repeat;
}

.regLog .backgroundObjTop,
.regLog .backgroundObjBottomLeft,
.regLog .backgroundObjBottomRight {
  position: absolute;
  /*z-index: 30;*/
}

.regLog .backgroundObjTop img,
.regLog .backgroundObjBottomLeft img,
.regLog .backgroundObjBottomRight img {
  height: 100%;
}

.regLog .backgroundObjTop {
  height: 45vh;
  top: 0;
  right: 0;
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .regLog .backgroundObjTop {
    height: 28vw;
  }
}

@media (max-width: 1024px) {
  .regLog .backgroundObjTop {
    height: 46vh;
    max-height: 31.26vw;
  }
}

@media (max-width: 825px) {
  .regLog .backgroundObjTop {
    height: 44.26vw;
    max-height: initial;
    top: 8vw;
    right: -42vw;
  }
}

@media (max-width: 480px) {
  .regLog .backgroundObjTop {
    height: 48.26vw;
    top: 25vw;
    right: -47vw;
  }
}

.regLog .backgroundObjBottomLeft {
  height: 52vh;
  bottom: -5vh;
  right: -9vw;
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .regLog .backgroundObjBottomLeft {
    height: 33vw;
  }
}

@media (max-width: 1024px) {
  .regLog .backgroundObjBottomLeft {
    height: 54vh;
    max-height: 45vw;
    right: -15vw;
    bottom: -3vw;
  }
}

@media (max-width: 825px) {
  .regLog .backgroundObjBottomLeft {
    height: 50vw;
    max-height: initial;
    right: -22vw;
    bottom: -5vw;
  }
}

@media (max-width: 480px) {
  .regLog .backgroundObjBottomLeft {
    height: 58vw;
    right: -25vw;
  }
}

.regLog .backgroundObjBottomRight {
  height: 68vh;
  bottom: -22vh;
  right: 31vw;
}

@media (max-width: 1366px) and (min-height: 800px) and (orientation: landscape) {
  .regLog .backgroundObjBottomRight {
    height: 45vw;
  }
}

@media (max-width: 1024px) {
  .regLog .backgroundObjBottomRight {
    height: 60vh;
    max-height: 42vw;
    bottom: -17vw;
    right: 35vw;
  }
}

@media (max-width: 825px) {
  .regLog .backgroundObjBottomRight {
    height: 67vw;
    max-height: initial;
    bottom: -42vw;
    right: 69vw;
  }
}

@media (max-width: 480px) {
  .regLog .backgroundObjBottomRight {
    height: 75vw;
    right: 68vw;
    bottom: -51vw;
  }
}

.regLogCont {
  width: 105rem;
  margin: 6.7rem auto;
  position: relative;
}

.regLogCont .headerBox {
  width: 52%;
  height: 45.6rem;
  background-image: linear-gradient(to top, #848587, #848587), linear-gradient(to left, #848587 17%, #f4f4f4 37%, #a7a7a7 55%, #cfd0d2 80%), linear-gradient(to bottom, #d2d3d5 15%, transparent 15.79%, transparent), linear-gradient(to left, #848587 10%, #f4f4f4 30%, #a7a7a7 50%, #cfd0d2 80%, transparent 80.37%);
  background-position: bottom right, top right, top left, bottom left;
  background-size: 18px 100%, 100% 18px, 18px 100%, 100% 18px;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 5%;
}

.regLogCont .headerBox .logoCont {
  display: block;
  margin-bottom: 4rem;
  color: #fff !important;
}

.logoContainer.logoContainerInnerPages {
  display: block;
  margin-bottom: 4rem;
  color: #fff !important;
}

.regLogCont .headerBox .logoCont img {
  height: 10rem;
}

.regLogCont .headerBox .logoCont .logoDisc {
  font-weight: 700;
  margin-top: 2rem;
}

.txtCont.logoTxtContainer {
  font-weight: 700;
  margin-top: 2rem;
}

.regLogCont .headerBox .logoCont .logoDisc span {
  font-size: 1.4rem;
}

.regLogCont .headerBox h1 {
  font-weight: 700;
  font-size: 6rem;
  width: 28rem;
  margin: 0 auto;
  text-transform: capitalize;
}

.regLogCont .headerBox.headerBoxLg {
  background-image: linear-gradient(to top, #848587, #848587), linear-gradient(to left, #848587 17%, #f4f4f4 37%, #a7a7a7 55%, #cfd0d2 80%), linear-gradient(to bottom, #d2d3d5 46%, transparent 15.79%, transparent), linear-gradient(to left, #848587 10%, #f4f4f4 30%, #a7a7a7 50%, #cfd0d2 80%, transparent 80.37%);
}

.regLogCont .copywrite {
  margin-top: 3rem;
  width: 52%;
  /* padding-right:89px; */
  text-align: center;
  color: #fff;
  font-family: MarkaziText-Regular;
  min-height: 3.8rem;

}

.regLogCont .formCont {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: MarkaziText-Regular;
  color: #131550;
  padding: 4rem;
  min-height: 40rem;
  margin-right: 43%;
  margin-top: -39.5rem;
}

.regLogCont .formCont.formContBot {
  margin-top: -30.5rem;
  min-height: initial;
}

.regLogCont .formCont .message {
  text-align: center;
  width: 100%
}

.regLogCont .formCont form {
  width: 100%
}

.regLogCont .formCont .message h3 {
  font-size: 4rem;
  font-weight: 700;
}

.regLogCont .formCont .message p {
  font-size: 2rem;
}

.regLogCont .formSec .secTitle {
  font-size: 2rem;
}

.regLogCont .formSec .secDisc {
  font-size: 1.4rem;
  color: #474747;
  margin-bottom: .5rem;
}

.regLogCont .formSec.coinsSec {
  padding-top: 2rem;
  border-top: 1px solid #b9b7cc;
}

.regLogCont .formSec.coinsSec label img {
  width: 25px;
  height: 25px;
  vertical-align: sub;
  margin-left: 1rem;
}

.regLogCont .formSecHeader {
  margin-bottom: 2rem;
}

.regLogCont .inputsCont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*align-items: center;*/
}

@media (max-width:825px) {
  .regLogCont .inputItem {
    width: 100%;
  }
}

.regLogCont .inputItem {
  width: 47%;
  margin-bottom: 2rem;
  position: relative;
}

.regLogCont .inputItem .passwordAlert {
  display: none;
}

.regLogCont .inputItem .passwordAlert.show {
  display: block;
}

.regLogCont .inputItem .passwordAlert meter {
  width: 100%;
}

.regLogCont .inputItem .passwordAlert meter::-webkit-meter-bar {
  height: 7px;
  background: #e1e0df;
  position: relative;
  margin: 6px 0 13px;
}

.regLogCont .inputItem .passwordAlert p {
  color: #8e8fa2;
  font-size: 1.4rem;
}

.regLogCont .inputItem label {
  position: relative;
  display: block;
}

.regLogCont .inputItem label span {
  color: #ff2626;
  font-weight: 700;
}

.regLogCont .inputItem.birthDate:after {
  content: "\e908";
  font-family: PortalAndsubPortalIcons;
  position: absolute;
  left: 4%;
  top: 49.5%;
  font-size: 2rem;
  font-weight: 700;
  color: #131550;
}

.regLogCont .inputItem input:not([type=radio]):not([type=checkbox]),
.regLogCont .inputItem select,
.regLogCont .inputItem textarea {
  height: 3.9rem;
  border: 1px solid #131550;
  padding: .9rem;
  display: block;
  color: #131550;
  vertical-align: middle;
  font-size: 1.35rem;
  border-radius: 0;
  background: transparent;
  outline: 0;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.regLogCont .inputItem input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
.regLogCont .inputItem select::-webkit-input-placeholder,
.regLogCont .inputItem textarea::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #8e8fa2;
  line-height: 1.4;
}

.regLogCont .inputItem input#uploadedFile {
  height: auto;
}

.regLogCont .inputItem.selectInput .inputCont {
  position: relative;
}

.regLogCont .inputItem.selectInput .inputCont:after {
  position: absolute;
  top: 29%;
  left: 4%;
  color: #131550;
  color: #131550;
  content: "\e909";
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: PortalAndsubPortalIcons;
}

.regLogCont .inputItem.radioInput,
.regLogCont .inputItem.checkInput {
  position: relative;
}

.regLogCont .inputItem.radioInput input,
.regLogCont .inputItem.checkInput input {
  opacity: 0;
  position: absolute;
}

.regLogCont .inputItem.radioInput>div,
.regLogCont .inputItem.checkInput>div {
  margin-left: 2.6rem;
  display: inline;
}

.regLogCont .inputItem.radioInput .optionLabel,
.regLogCont .inputItem.checkInput .optionLabel {
  /* display: flex; */
}

.regLogCont .inputItem.radioInput .optionLabel:before,
.regLogCont .inputItem.checkInput .optionLabel:before {
  content: '';
  display: inline-block;
  background: transparent;
  border: 2px solid #a3a3a3;
  width: 1.6rem;
  height: 1.6rem;
  top: 0;
  margin-left: 1rem;
}

.regLogCont .inputItem.radioInput input:checked+.optionLabel:after,
.regLogCont .inputItem.checkInput input:checked+.optionLabel:after {
  display: block;
}

.regLogCont .inputItem.radioInput .optionLabel:before {
  border-radius: 50%;
}

.regLogCont .inputItem.radioInput input:checked+.optionLabel:before {
  background: #cc8e35;
}

.regLogCont .inputItem.checkInput .optionLabel:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}

.regLogCont .inputItem.checkInput input:checked+.optionLabel:before {
  background: #cc8e35;
  border-color: #cc8e35;
}

.regLogCont .inputItem.checkInput label span {
  color: #131550;
  font-size: 2rem;
  font-family: 700;
  margin-left: 1rem;
}

.regLogCont .errorMsg ul,
.regLogCont .field-validation-error {
  list-style: none;
  color: #f90000;
}

.regLogCont .btnsContainer {
  display: flex;
  flex-wrap: wrap;
}

.regLogCont .btnsContainer .mainButton {
  width: 31%;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  margin-left: 10px;
}

.regLogCont .btnsContainer a {
  background: transparent;
  color: #131550;
  transition: all .3s;
}

.regLogCont .btnsContainer a:hover {
  background: #131550;
  color: #fff;
}

@media (max-width: 480px) {
  .regLogCont .btnsContainer {
    flex-direction: column;
  }

  .regLogCont .btnsContainer .mainButton {
    width: 100%;
    margin-top: 2rem;
  }
}

.regLogCont .mainButton {
  display: block;
  background: #131550;
  color: #fff;
  padding: 1.4rem 6rem;
  margin-top: 4rem;
  outline: none !important;
  border: 1px solid #131550 !important;
  cursor: pointer;
}

.regLogCont .loginForm {
  text-align: center;
  padding: 0 8rem;
}

.regLogCont .loginForm .socialLogin a {
  color: #fff;
  width: 23.9rem;
  height: 5.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
}

.regLogCont .loginForm .socialLogin a span {
  font-size: 3.5rem;
  margin-left: 2rem;
}

.regLogCont .loginForm .socialLogin .fbLogin {
  background: #2b4382;
}

.regLogCont .loginForm .or {
  margin: 3.4rem 0 2.8rem;
  position: relative;
  font-size: 2rem;
}

.regLogCont .loginForm .or:before,
.regLogCont .loginForm .or:after {
  content: '';
  display: inline-block;
  background: #b5b5b5;
  position: absolute;
  height: 1px;
  width: 66%;
  top: 45%;
}

.regLogCont .loginForm .or:after {
  right: -23%;
}

.regLogCont .loginForm .or:before {
  left: -23%;
}

.regLogCont .loginForm .formSec .formSecHeader {
  margin-bottom: 3.6rem;
}

.regLogCont .loginForm .formSec .formSecHeader .secDisc {
  /*white-space: nowrap;*/
}

.regLogCont .loginForm .inputItem {
  width: 100%;
}

.regLogCont .loginForm .inputItem.checkInput .optionLabel:after {
  top: 2px;
}

.regLogCont .loginForm .inputItem:last-child {
  margin-bottom: 1rem;
}

.regLogCont .loginForm .inputItem input {
  height: 4.9rem !important;
  font-size: 1.8rem !important;
}

.regLogCont .loginForm .inputItem input::-webkit-input-placeholder {
  font-size: 1.8rem !important;
}

.regLogCont .loginForm .formHelper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #131550;
  font-size: 1.8rem;
}

.regLogCont .loginForm .formHelper input {
  opacity: 0;
}

.regLogCont .loginForm .formHelper input:checked+.optionLabel:before {
  background: #cc8e35;
  border-color: #cc8e35;
}

.regLogCont .loginForm .formHelper input:checked+.optionLabel:after {
  display: block;
}

.regLogCont .loginForm .formHelper .optionLabel {
  margin-right: 1rem;
  display: inline;
  position: relative;
}

.regLogCont .loginForm .formHelper .optionLabel:before {
  content: '';
  display: inline-block;
  background: transparent;
  border: 1px solid #a3a3a3;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: -2.5rem;
  top: 2px;
}

.regLogCont .loginForm .formHelper .optionLabel:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}

.regLogCont .loginForm .formHelper a {
  color: #131550 !important;
}

.regLogCont .loginForm .regLogBtns {
  display: flex;
  justify-content: space-between;
}

.regLogCont .loginForm .regLogBtns .mainButton {
  margin-top: 1.5rem;
  width: 47%;
  padding: 1.4rem 0;
}

.regLogCont .loginForm .regLogBtns .regBtn {
  background: #fff;
  color: #131550;
  transition: all .3s;
}

.regLogCont .loginForm .regLogBtns .regBtn:hover {
  color: #fff;
  background: #131550;
}

.regLogCont .addStoryCont {
  padding: 4rem;
}

.regLogCont .addStoryCont .inputItem {
  width: 100% !important;
}

.regLogCont .addStoryCont .inputItem textarea {
  height: auto;
}

@media (max-width: 1600px) {
  .regLogCont .headerBox {
    width: 46%;
    height: 39.6rem;
    background-size: 14px 100%, 100% 14px, 14px 100%, 100% 14px;
  }

  .regLogCont .headerBox .logoCont {
    margin-bottom: 2rem;
  }

  .logoContainer.logoContainerInnerPages {
    margin-bottom: 2rem;
  }

  .regLogCont .headerBox .logoCont .logoDisc p {
    font-size: 1.4rem;
  }

  .regLogCont .headerBox .logoCont .logoDisc span {
    font-size: 1.3rem;
  }

  .regLogCont .headerBox.headerBoxLg {
    background-image: linear-gradient(to top, #848587, #848587), linear-gradient(to left, #848587 17%, #f4f4f4 37%, #a7a7a7 55%, #cfd0d2 80%), linear-gradient(to bottom, #d2d3d5 38%, transparent 15.79%, transparent), linear-gradient(to left, #848587 10%, #f4f4f4 30%, #a7a7a7 50%, #cfd0d2 80%, transparent 80.37%);
  }

  .regLogCont .headerBox h1 {
    font-size: 4.2rem;
    width: 20rem;
  }

  .regLogCont .formCont {
    margin-top: -39.5rem;
    margin-right: 38%;
  }

  .regLogCont .copywrite {
    width: 46%;
    font-size: 1.4rem;
  }
}

@media (max-width: 1024px) {
  .regLogCont {
    width: 85vw;
  }

  .regLogCont .headerBox {
    height: 35vw;
  }

  .regLogCont .headerBox .logoCont {
    margin-bottom: 1rem;
  }

  .logoContainer.logoContainerInnerPages {
    margin-bottom: 1rem;
  }

  .regLogCont .formCont {
    margin-top: -36vw;
  }

  .regLogCont .formCont.formContBot {
    margin-top: -28vw;
  }

  .regLogCont .loginForm {
    padding: 0 3rem;
  }

  .regLogCont .loginForm .or:before,
  .regLogCont .loginForm .or:after {
    width: 50%;
  }

  .regLogCont .loginForm .or:after {
    right: -10%;
  }

  .regLogCont .loginForm .or:before {
    left: -10%;
  }
}

@media (max-width: 825px) {
  .regLogCont {
    width: 85vw;
    height: auto;
    margin-bottom: 15vw;
    /*.mainButton {
            margin: 3rem auto 0;
        }*/
  }

  .regLogCont .headerBox,
  .regLogCont .headerBox.headerBoxLg {
    background-image: linear-gradient(to top, #848587, #848587), linear-gradient(to left, #848587 10%, #f4f4f4 30%, #a7a7a7 50%, #cfd0d2 80%), linear-gradient(to bottom, #d2d3d5, #d2d3d5), linear-gradient(to left, #848587 7%, transparent 7%, transparent 93%, #d2d3d5 93%);
    width: 100%;
    height: 51vw;
    padding-top: 9%;
    padding-top: 6vw;
  }

  .regLogCont .headerBox .logoCont,
  .regLogCont .headerBox.headerBoxLg .logoCont {
    margin-bottom: 2vw;
  }

  .regLogCont .headerBox .logoCont img,
  .regLogCont .headerBox.headerBoxLg .logoCont img {
    height: 15vw;
  }

  .regLogCont .headerBox .logoCont .logoDisc,
  .regLogCont .headerBox.headerBoxLg .logoCont .logoDisc {
    margin-top: 3vw;
  }

  .regLogCont .headerBox .logoCont .logoDisc p,
  .regLogCont .headerBox.headerBoxLg .logoCont .logoDisc p {
    margin-bottom: 1vw;
  }

  .regLogCont .headerBox h1,
  .regLogCont .headerBox.headerBoxLg h1 {
    font-size: 7.3vw;
    width: auto;
  }

  .regLogCont .copywrite {
    display: none;
  }

  .regLogCont .formCont,
  .regLogCont .formCont.formContBot {
    width: 81%;
    margin: -5% auto;
    padding: 6vw;
  }

  .regLogCont .loginForm {
    padding: 0 5rem;
  }

  .regLogCont .loginForm .or:before,
  .regLogCont .loginForm .or:after {
    width: 50%;
  }

  .regLogCont .loginForm .or:after {
    right: -15%;
  }

  .regLogCont .loginForm .or:before {
    left: -15%;
  }
}

@media (max-width: 480px) {

  .regLogCont .headerBox,
  .regLogCont .headerBox.headerBoxLg {
    background-size: 12px 100%, 100% 12px, 12px 100%, 100% 12px;
    height: 65vw;
    padding-top: 8vw;
  }

  .regLogCont .headerBox .logoCont img,
  .regLogCont .headerBox.headerBoxLg .logoCont img {
    height: 20vw;
  }

  .regLogCont .headerBox h1,
  .regLogCont .headerBox.headerBoxLg h1 {
    font-size: 9.3vw;
  }

  .regLogCont .formSec {
    margin-bottom: 1rem;
  }

  .regLogCont .formSecHeader {
    margin-bottom: 1rem;
  }

  .regLogCont .inputsCont {
    flex-direction: column;
  }

  .regLogCont .inputItem {
    width: 100%;
    margin-bottom: 1rem;
  }

  .regLogCont .mainButton {
    /*margin: 8vw auto 0;*/
    padding: 1rem 4rem;
  }

  .regLogCont .loginForm {
    padding: 0;
  }

  .regLogCont .loginForm .socialLogin a {
    width: 100%;
    height: 15vw;
    font-size: 4vw;
  }

  .regLogCont .loginForm .socialLogin a span {
    font-size: 8vw;
  }

  .regLogCont .loginForm .or {
    margin: 2.4rem 0 1.8rem;
  }

  .regLogCont .loginForm .or:before,
  .regLogCont .loginForm .or:after {
    width: 40%;
  }

  .regLogCont .loginForm .or:after {
    right: -5%;
  }

  .regLogCont .loginForm .or:before {
    left: -5%;
  }

  .regLogCont .loginForm .formSec .formSecHeader {
    margin-bottom: 1.6rem;
  }

  .regLogCont .loginForm .formSec .formSecHeader .secDisc {
    white-space: pre-wrap;
  }

  .regLogCont .loginForm .formHelper {
    font-size: 4vw;
  }

  .regLogCont .loginForm .formHelper>div {
    display: flex;
    margin-right: 2px;
  }

  .regLogCont .loginForm .formHelper>div:last-child {
    margin-right: 10vw;
  }

  .regLogCont .loginForm .regLogBtns .mainButton {
    padding: 1rem 0;
  }
}

.logOutBtn {
  background: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
}

.landingPage.cwPlaySec {
  width: 102rem;
  height: 31.2rem;
  position: relative;
  top: auto;
  right: auto;
  background: #fcfbfa;
  padding: 3% 5.3% 2.1% 5%;
  margin: 0 auto 6rem;
  margin-bottom: 6rem;
}

.landingPage.cwPlaySec .cwPlaySecHeader {
  margin-left: 6.2rem;
}

.landingPage.cwPlaySec .cwPlaySecHeader h3 {
  font-size: 6rem;
}

.landingPage.cwPlaySec .cwPlaySecContent>div {
  width: 47%;
  height: 16.1rem;
  padding: 5.1rem 1rem 3.5rem;
}

.landingPage.cwPlaySec .cwPlaySecContent>div span {
  font-size: 11.4rem;
  top: -7rem;
}

@media (max-width: 1600px) {
  .landingPage.cwPlaySec {
    height: 25rem;
    width: 84rem;
  }

  .landingPage.cwPlaySec .cwPlaySecHeader h3 {
    font-size: 4.5rem;
  }

  .landingPage.cwPlaySec .cwPlaySecContent>div {
    width: 47%;
    height: 14rem;
  }

  .landingPage.cwPlaySec .cwPlaySecContent>div span {
    font-size: 9rem;
    top: -6rem;
  }
}

@media (max-width: 1024px) {
  .landingPage.cwPlaySec {
    width: 79rem;
    height: 22rem;
    max-height: initial;
  }

  .landingPage.cwPlaySec .cwPlaySecHeader {
    width: 45%;
  }

  .landingPage.cwPlaySec .cwPlaySecHeader h3 {
    font-size: 4rem;
  }

  .landingPage.cwPlaySec .cwPlaySecContent>div {
    height: 13rem;
    padding: 4rem 1rem 3rem;
  }

  .landingPage.cwPlaySec .cwPlaySecContent>div a {
    font-size: 2.3rem;
  }

  .landingPage.cwPlaySec .cwPlaySecContent>div span {
    font-size: 7rem;
    top: -4rem;
  }
}

@media (max-width: 825px) {
  .landingPage.cwPlaySec {
    width: 100%;
    min-height: 44rem;
    max-height: initial;
    display: block;
    padding: 3rem;
    margin-bottom: 12rem;
  }

  .landingPage.cwPlaySec .cwPlaySecHeader {
    width: 100%;
  }

  .landingPage.cwPlaySec .cwPlaySecContent {
    height: 78%;
  }

  .landingPage.cwPlaySec .cwPlaySecContent>div {
    height: 80%;
    padding-top: 8rem;
  }

  .landingPage.cwPlaySec .cwPlaySecContent>div a {
    font-size: 4rem;
  }

  .landingPage.cwPlaySec .cwPlaySecContent>div span {
    font-size: 10rem;
  }
}

@media (max-width: 480px) {
  .landingPage.cwPlaySec {
    padding: 2rem;
    min-height: 25rem;
  }

  .landingPage.cwPlaySec .cwPlaySecHeader h3 {
    font-size: 3rem;
  }

  .landingPage.cwPlaySec .cwPlaySecContent {
    height: 75%;
  }

  .landingPage.cwPlaySec .cwPlaySecContent>div {
    padding-top: 5rem;
  }

  .landingPage.cwPlaySec .cwPlaySecContent>div a {
    font-size: 2rem;
  }

  .landingPage.cwPlaySec .cwPlaySecContent>div span {
    font-size: 7rem;
  }
}

.landingPage.cwEventsSec {
  position: relative;
  background: transparent;
  right: auto;
  width: 100%;
  height: auto;
  top: auto;
  min-height: 24rem;
  max-height: initial;
  margin-top: 6.2rem;
  margin-bottom: 6.2rem;
}

.landingPage.cwEventsSec .cwEventsSecHeader {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  color: #131550;
  padding: 0;
  margin-bottom: 3.5rem;
}

.landingPage.cwEventsSec .events {
  position: relative;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
  top: auto;
  right: auto;
}

.landingPage.cwEventsSec .event {
  padding: 2.3% 2.3% 5rem 12rem;
  width: 47%;
  right: auto;
  min-height: 24rem;
  background: #fff;
}

.landingPage.cwEventsSec .event:nth-child(even) {
  margin-left: 0;
}

.landingPage.cwEventsSec .event .dateCont {
  width: 15rem;
  height: 15rem;
  left: -4rem;
  top: 5rem;
}

.landingPage.cwEventsSec .event h4 {
  font-size: 3rem;
}

.landingPage.cwEventsSec .event .location {
  width: 100%;
  padding-top: 1.7rem;
}

@media (max-width: 1600px) {
  .landingPage.cwEventsSec .event {
    width: 47%;
    min-height: 20rem;
  }

  .landingPage.cwEventsSec .event h4 {
    font-size: 2.2rem;
  }

  .landingPage.cwEventsSec .event .more {
    bottom: 1.5rem;
  }

  .landingPage.cwEventsSec .event .dateCont {
    width: 12rem;
    height: 12rem;
  }
}

@media (max-width: 1024px) {
  .landingPage.cwEventsSec {
    padding: 0;
  }

  .landingPage.cwEventsSec .cwEventsSecHeader {
    margin-bottom: 2.5rem;
  }

  .landingPage.cwEventsSec .event {
    padding: 4%;
    width: 47%;
    height: 28rem;
    min-height: initial;
    margin-left: 4rem;
  }

  .landingPage.cwEventsSec .event:nth-child(even) {
    margin-left: 0;
  }

  .landingPage.cwEventsSec .event .dateCont {
    left: auto;
    top: auto;
  }
}

@media (max-width: 825px) {
  .landingPage.cwEventsSec {
    height: auto !important;
    margin-bottom: 3.2rem;
  }

  .landingPage.cwEventsSec .cwEventsSecHeader {
    margin-bottom: 1.5rem;
  }

  .landingPage.cwEventsSec .events {
    flex-direction: column;
    position: relative;
    height: auto !important;
  }

  .landingPage.cwEventsSec .event {
    height: auto;
    width: 100%;
    min-height: 26rem;
    padding-left: 13rem;
    margin-bottom: 2rem;
  }

  .landingPage.cwEventsSec .event .dateCont {
    left: -4vw;
    width: 14rem;
    height: 14rem;
    top: 4rem;
  }

  .landingPage.cwEventsSec .event h4 {
    font-size: 3rem;
  }
}

@media (max-width: 480px) {
  .landingPage.cwEventsSec .event {
    min-height: 20rem;
    padding-left: 10rem;
  }

  .landingPage.cwEventsSec .event h4 {
    font-size: 2.2rem;
  }

  .landingPage.cwEventsSec .event .dateCont {
    width: 10rem;
    height: 10rem;
  }
}

.mediaLinksSec {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mediaLinksSec .mediaLinkHeader {
  width: 100%;
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 3.5rem;
  color: #131550;
}

.mediaLinksSec .mediaLinkCont {
  width: 36rem;
  height: 36rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

.mediaLinksSec .mediaLinkCont.media {
  background-image: url("/Style Library/images/mediaLinkBg.jpg");
  margin-left: 3.8rem;
}

.mediaLinksSec .mediaLinkCont.media .mediaLink {
  background: #3c367b;
}

.mediaLinksSec .mediaLinkCont.stories {
  background-image: url("/Style Library/images/storiesLinkBg.jpg");
}

.mediaLinksSec .mediaLinkCont.stories .mediaLink {
  background: #8f83d1;
}

.mediaLinksSec .mediaLink {
  display: block;
  height: 51.6%;
  width: 54.6%;
  position: relative;
  padding: 7rem 1.6rem;
  margin-top: 15%;
}

.mediaLinksSec .mediaLink span {
  font-size: 9rem;
  color: #fff;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: -5rem;
}

.mediaLinksSec .mediaLink h3 {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

@media (max-width: 1600px) {
  .mediaLinksSec .mediaLinkHeader {
    font-size: 2.8rem;
  }

  .mediaLinksSec .mediaLinkCont {
    width: 30rem;
    height: 30rem;
  }

  .mediaLinksSec .mediaLink {
    padding-top: 6rem;
  }

  .mediaLinksSec .mediaLink span {
    font-size: 8rem;
  }

  .mediaLinksSec .mediaLink h3 {
    font-size: 2.6rem;
  }
}

@media (max-width: 825px) {
  .mediaLinksSec {
    /*margin-top: 3.2rem;*/
  }

  .mediaLinksSec .mediaLinkHeader {
    font-size: 4.5vw;
  }

  .mediaLinksSec .mediaLinkCont {
    width: calc((100% - 3.8rem) / 2);
    height: 43vw;
  }
}

@media (max-width: 480px) {
  .mediaLinksSec .mediaLinkHeader {
    font-size: 6.4vw;
    margin-bottom: 1.5rem;
  }

  .mediaLinksSec .mediaLinkCont {
    width: calc((100% - 1.8rem) / 2);
    height: 46vw;
  }

  .mediaLinksSec .mediaLinkCont.media {
    margin-left: 1.8rem;
  }

  .mediaLinksSec .mediaLink {
    padding: 4rem 1rem;
    height: 57.6%;
    width: 61.6%;
  }

  .mediaLinksSec .mediaLink span {
    font-size: 6rem;
    top: -4rem;
  }

  .mediaLinksSec .mediaLink h3 {
    font-size: 2rem;
  }
}

.mediaGalleryChildSection {
  max-width: 100% !important;
  padding: 0 !important;
}

.contactUs ul {
  list-style: none;
}

.contactUs span {
  color: #cc8e35;
  font-size: 2.3rem;
  margin-left: 2rem;
}

.contactUs .formSec {
  margin-bottom: 3.5rem;
}

.contactUs .mapCont {
  height: 18.2rem;
  position: relative;
}

.contactUs .mapCont iframe {
  width: 100%;
  height: 100%;
}

.contactUs .directionCont {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  width: 53.4%;
  /*height: auto;*/
  background: #fff;
  padding: .9rem 2.2rem 1.8rem;
  height: 160px;
  overflow-x: auto;
}

.contactUs .directionCont button {
  color: #000;
  background: transparent;
  border: 1px solid #131550;
  padding: 1.1rem .8rem;
  cursor: pointer;
  margin-right: 4.3rem;
}

.contactUs .locationCont {
  display: flex;
}

.contactUs .locationCont span {
  margin-left: 1.5rem;
}

.contactUs .infoCont {
  border: 1px solid #f3e5d0;
  padding: 2.2rem;
  font-family: lato;
}

.contactUs .phoneFaxCont {
  display: flex;
}

.contactUs .phoneNumsCont,
.contactUs .faxNumsCont,
.contactUs .mailCont {
  display: flex;
}

.contactUs .phoneNumsCont {
  margin-left: 6.5rem;
}

.contactUs .socialIconsCont {
  display: flex;
}

.contactUs .socialIconsCont span {
  margin: 0;
}

.contactUs .socialIconsCont span:before {
  color: #cc8e35;
}

.contactUs .socialIconsCont a {
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #cc8e35;
  margin-left: 1.4rem;
}

.contactUs .findMoreCont {
  display: flex;
  justify-content: space-between;
  color: #968ea9;
  border: 1px solid #f3e5d0;
  padding: 2.7rem 3.2rem;
}

.contactUs .findMoreCont span {
  margin: 0;
  margin-right: 1rem;
  font-size: 4rem;
}

@media (max-width: 825px) {
  .contactUs .mapCont {
    display: flex;
  }

  .contactUs .mapCont iframe {
    width: 50%;
  }

  .contactUs .directionCont {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
  }
}

@media (max-width: 750px) {
  .contactUs .mapCont {
    flex-direction: column;
    height: auto;
  }

  .contactUs .mapCont iframe {
    width: 100%;
    order: -1;
  }

  .contactUs .directionCont {
    width: 100%;
    padding: .9rem 0;
  }

  .contactUs .infoCont {
    padding: 1rem;
  }

  .contactUs .phoneFaxCont {
    flex-direction: column;
  }

  .contactUs .phoneNumsCont {
    margin: 0;
  }

  .contactUs .mailCont {
    /*flex-wrap: wrap;*/
  }

  .contactUs .mailCont p {
    word-break: break-word;
  }

  .contactUs .findMoreCont {
    padding: 1.2rem;
  }
}

.contactUs ul {
  list-style: none;
}

.contactUs span {
  color: #cc8e35;
  font-size: 2.3rem;
  margin-left: 2rem;
}

.contactUs .formSec {
  margin-bottom: 3.5rem;
}

.contactUs .mapCont {
  height: 18.2rem;
  position: relative;
}

.contactUs .mapCont iframe {
  width: 100%;
  height: 100%;
}

.contactUs .directionCont {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  width: 53.4%;
  /*height: auto;*/
  background: #fff;
  padding: .9rem 2.2rem 1.8rem;
  height: 160px;
  overflow-x: auto;
}

.contactUs .directionCont button {
  color: #000;
  background: transparent;
  border: 1px solid #131550;
  padding: 1.1rem .8rem;
  cursor: pointer;
  margin-right: 4.3rem;
}

.contactUs .locationCont {
  display: flex;
}

.contactUs .locationCont span {
  margin-left: 1.5rem;
}

.contactUs .infoCont {
  border: 1px solid #f3e5d0;
  padding: 2.2rem;
  font-family: lato;
}

.contactUs .phoneFaxCont {
  display: flex;
}

.contactUs .phoneNumsCont,
.contactUs .faxNumsCont,
.contactUs .mailCont {
  display: flex;
}

.contactUs .phoneNumsCont {
  margin-left: 6.5rem;
}

.contactUs .socialIconsCont {
  display: flex;
}

.contactUs .socialIconsCont span {
  margin: 0;
}

.contactUs .socialIconsCont span:before {
  color: #cc8e35;
}

.contactUs .socialIconsCont a {
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #cc8e35;
  margin-left: 1.4rem;
}

.contactUs .findMoreCont {
  display: flex;
  justify-content: space-between;
  color: #968ea9;
  border: 1px solid #f3e5d0;
  padding: 2.7rem 3.2rem;
}

.contactUs .findMoreCont span {
  margin: 0;
  margin-right: 1rem;
  font-size: 4rem;
}

@media (max-width: 825px) {
  .contactUs .mapCont {
    display: flex;
  }

  .contactUs .mapCont iframe {
    width: 50%;
  }

  .contactUs .directionCont {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
  }
}

@media (max-width: 750px) {
  .contactUs .mapCont {
    flex-direction: column;
    height: auto;
  }

  .contactUs .mapCont iframe {
    width: 100%;
    order: -1;
  }

  .contactUs .directionCont {
    width: 100%;
    padding: .9rem 0;
  }

  .contactUs .infoCont {
    padding: 1rem;
  }

  .contactUs .phoneFaxCont {
    flex-direction: column;
  }

  .contactUs .phoneNumsCont {
    margin: 0;
  }

  .contactUs .mailCont {
    /*flex-wrap: wrap;*/
  }

  .contactUs .mailCont p {
    word-break: break-word;
  }

  .contactUs .findMoreCont {
    padding: 1.2rem;
  }
}

/****************************************************
 **********Listing styles for coloring games*********
 ***************************************************/
/*.childColoring {
    .gamesListing {
        width: 101.8% ;
    }
}

.childColoring {
    .listingMainCont.game {
        width: calc((100% - 5rem) / 2);
        margin-left: 2.2rem;
        margin-bottom: 2rem;
    }
}

.childColoring {
    .gamesListing {
        @include respond-to(LG-Laptop) {
            width: 102.2% ;
        }

        @include respond-to(IPAD-Port) {
            width: 103.8% ;
        }
    }
}*/
.gamesListing {
  width: 100% !important;
}

.listingMainCont.game {
  width: calc((100% - 2.2rem) / 2);
  margin-left: 2.2rem;
}

.listingMainCont.game .listingItem {
  height: auto;
  position: relative;
}

.listingMainCont.game .listingItem.mummy {
  height: 51rem;
  padding: 4.8rem;
  padding-top: 23.3rem;
}

.listingMainCont.game .listingItem.mummy .imageCont {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  height: 21rem;
  border: none;
  padding: 0;
  pointer-events: none;
}

.listingMainCont.game:nth-child(even) {
  margin-left: 0;
}

.listingMainCont.game:nth-child(odd) {
  margin-left: 2.2rem;
}

.listingMainCont.game .imageCont {
  flex-grow: 1;
  height: 50rem;
  width: 100%;
  border: 1px solid #d7d7d7;
  padding: 1.6rem;
}

.listingMainCont.game .imageCont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1600px) {
  .listingMainCont.game .listingItem.mummy {
    height: 45rem;
    padding: 3.8rem;
    padding-top: 19.3rem;
  }

  .listingMainCont.game .listingItem.mummy .imageCont {
    height: 17rem;
  }

  .listingMainCont.game .imageCont {
    height: 38rem;
  }
}

@media (max-width: 1024px) {
  .listingMainCont.game .listingItem.mummy {
    min-height: 37rem;
    height: 33vh;
    padding: 2.8rem;
    padding-top: 16.3rem;
  }

  .listingMainCont.game .listingItem.mummy .imageCont {
    height: 14rem;
  }

  .listingMainCont.game .imageCont {
    height: 30rem;
  }
}

@media (max-width: 825px) {
  .listingMainCont.game .listingItem.mummy {
    /* min-height: 37rem; */
    height: 40vh;
    padding: 2.4rem;
    padding-top: 14rem;
  }

  .listingMainCont.game .listingItem.mummy .imageCont {
    height: 12rem;
  }

  .listingMainCont.game .imageCont {
    height: 23rem;
  }

  .listingMainCont.game:nth-child(odd) {
    margin-left: 2.2rem;
  }
}

@media (max-width: 480px) {
  .listingMainCont.game {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .listingMainCont.game .listingItem {
    height: auto;
  }

  .listingMainCont.game .imageCont {
    height: 25rem;
  }
}

.slickCont .phronCont {
  width: 180px;
  position: absolute;
  right: 2rem;
  top: -2rem;
  transform: scaleX(-1);
}

.slickCont .phronCont img {
  max-width: 100%;
}

.slickCont .phronCont .pauseBtn img,
.slickCont .phronCont .playBtn img {
  transform: scaleX(-1);
}

.gameContent {
  width: 100%;
  display: inline-block;
  min-height: 800px;
  background-color: white;
  padding: 5rem;
  margin-bottom: 1rem !important;
  position: relative;
}

.gameContent .empty-template {
  display: none;
}

.gameContent .slick-arrow.slick-disabled {
  cursor: default;
}

.gameContent .slick-arrow.slick-disabled .icon-back,
.gameContent .slick-arrow.slick-disabled .icon-next {
  background-color: #898aa7 !important;
}

.questionCont {
  /*@include float(right);*/
}

.gameCont,
.slickCont {
  display: inline-block;
  float: right;
  padding: 0;
}

.gameCont,
.levelContent {
  /*@include padding-left (5rem);*/
  width: 100%;
}

.gameCont {
  /*@include padding-left (5rem)*/
}

.gameCont .topicImage {
  width: 100%;
}

.gameContfill {
  background-color: #f4f0ea;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}

.gameContborder {
  border: 1px solid #9b8873;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    text-align: justify;

}

.qContent {
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  border: 1px solid #7398f0;
  border-radius: 1rem;
  margin-left: 1rem;
  margin-bottom: 30px;
}

.qContent,
.aContent {
  padding: 2rem 2rem 2rem 2rem;
  border: 1px solid #7398f0;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  background-color: white;
  width: 60% !important;
  position: relative;
  display: inline-block;
  margin-right: 19.5rem;
}

.qContent:after,
.qContent:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 0 2rem 2.3rem 0;
  border-color: transparent transparent #ffffff transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #ffffff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  top: 6rem;
  right: -2rem;
}

.qContent:before {
  border-color: transparent transparent #7398f0 transparent;
  border-width: 0 2.2rem 2.6rem 0;
  top: 5.8rem;
  right: -2.2rem;
}

.aContent {
  border-color: #9b8873;
}

.aContent:after,
.aContent:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 2rem 0rem 0rem;
  border-color: transparent #ffffff transparent transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #ffffff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position: absolute;
  left: -2rem;
  top: 6.4rem;
}

.aContent:before {
  border-color: transparent #9b8873 transparent transparent;
  border-width: 2.3rem 2.2rem 0rem 0rem;
  top: 6.2rem;
  left: -2.2rem;
}

.qContent span,
.aContent span {
  font-size: 4rem;
  font-weight: bold;
  color: #7398f0;
  display: block;
}

.qContent p {
  color: #7398f0;
  font-family: PlayfairDisplay;
  font-size: 2.4rem;
}

.aContent span {
  color: #9b8873;
}

.answersCont {
  font-family: PlayfairDisplay;
  font-size: 1.8rem;
  color: #9b8873;
  /*@include margin-left (1.5rem);
    display: inline-block;
    width: 45%;*/
  margin: 0 1.5rem;
  display: flex;
  width: 40%;
  min-height: 25px;
  float: right;
}

.sliderArows {
  text-align: center;
  width: 60%;
  margin-right: 19.5rem;
}

/* The container */
.inputContainer {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0px;
  margin-right: 0.5rem;
  display: flex;
  flex-direction: column;
}

/* Hide the browser's default radio button */
.inputContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: .7rem;
  right: -2rem;
  height: 10px;
  width: 10px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #9b8873;
}

/* On mouse-over, add a grey background color */
.inputContainer:hover input~.checkmark {
  background-color: #9b8873;
}

/* When the radio button is checked, add a blue background */
.inputContainer input:checked~.checkmark {
  background-color: #9b8873;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.inputContainer input:checked~.checkmark:after {
  display: block;
}

a.eventPrevArrow,
a.eventNextArrow {
  font-family: Lato;
  font-size: 1.6rem;
  color: #131550 !important;
  display: inline-block;
  background-color: white;
  border: 1px solid #898aa7;
  cursor: pointer;
  width: 50%;
  display: flex;
  justify-content: space-between;
}

a.eventPrevArrow {
  border-left: 0rem;
}

.eventPrevArrow .icon-back,
.eventNextArrow .icon-next {
  font-size: 2rem;
  background-color: #131550;
  color: white;
  padding: 1.2rem 1.2rem 1.2rem 1.2rem;
  display: inline-block;
}

.eventPrevArrow .icon-back:before,
.eventNextArrow .icon-next:before {
  display: inline-block;
  transform: scaleX(-1);
}

span.previousQ,
.nextQ {
  text-align: center;
  vertical-align: top;
  display: inline-block;
  width: 13rem;
  padding: 1rem 0px;
}

.rightMessage,
.wrongMessage {
  background-color: #fcf0d6;
  width: 60%;
  margin-right: 22rem;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  color: #cb8e00;
}

.wrongMessage {
  background-color: #faddd8;
  color: #e34325;
}

.slickCont .rightAnswer img,
.slickCont .wrongAnswer img {
  width: initial !important;
  position: initial !important;
  display: inline-block;
}

.rightMessage span,
.wrongMessage span {
  margin-right: 2rem;
  vertical-align: middle;
}

.coinsNum {
  display: inline-block;
  width: 60%;
  margin-bottom: 7rem;
  margin-right: 22rem;
  margin-top: 1.5rem;
}

.coinsNum label {
  font-family: lato;
  font-size: 2.4rem;
  color: #cb8e00;
  margin-left: 2rem;
  vertical-align: middle;
}

.coinsNum span {
  margin-left: 1rem;
}

.correctAnswer {
  display: inline-block;
  padding: 5rem;
  border: .3rem dotted #eae0cc;
  width: 60%;
  margin-right: 22rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.levelContent {
  margin-bottom: 1rem;
}

.gameContborder p {
  font-size: 1.4rem;
  color: #000000;
  font-family: lato;
  margin-top: 1.5rem;
  word-break: break-word;
}

.gameTitle {
  color: #131550;
  font-size: 3.5rem;
  font-weight: bold;
  vertical-align: middle;
}

.levelIcon .icon-graphic-tool {
  font-size: 3rem;
  padding: 0.4rem 1.2rem 0.4rem 1.2rem;
  background-color: #7298f0;
  color: white;
  vertical-align: middle;
}

.levelIcon {
  margin-right: 1.5rem;
  padding: 0.4rem 0rem 0.4rem 1.2rem;
  background-color: #9cb7f4;
  display: inline-block;
}

.levelNum {
  color: white;
  display: inline-block;
  vertical-align: text-top;
  font-size: 1.8rem;
  padding-right: 1.2rem;
}

.sphinxsImg {
  display: inline-block;
  padding: 1rem 1.5rem;
  background-color: #d3c5b5;
}

.gameContborder .headTile {
  color: #131550;
  font-size: 3.7rem;
  font-weight: bold;
  margin-top: .8rem;
  margin-bottom: 0rem;
  font-family: PlayfairDisplay;
}

.eventsArrows {
  width: 100%;
  display: flex;
}

.locationCont {
  font-family: lato;
  font-size: 1.4rem;
  display: inline-block;
  color: #131550;
  margin-bottom: 1rem;
  margin-right: 0.5rem;
}

.locationCont .icon-locationSm {
  font-size: 2.5rem;
  color: #000000;
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}

a.readMoreDetails {
  color: #131550;
  font-size: 1.386rem;
  font-weight: bold;
  margin-top: 1rem;
  display: inline-block;
  vertical-align: middle;
}

.readMoreDetails .icon-plus {
  background: #131550;
  color: white;
  padding: .5rem;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.7rem;
  font-size: 1rem;
}

#myAudio {
  display: none;
}

.audioCont {
  height: 0;
  position: absolute;
  bottom: 10rem;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.playBtn,
.pauseBtn {
  display: inline-block;
  margin: 1rem;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.playBtn {
  /*@include left (10.5rem);*/
}

/*popup style*/
.scorePopup {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000000000;
  background-color: rgba(0, 0, 0, 0.478431);
  overflow-x: hidden;
  overflow-y: auto;
}

.popupCont {
  width: 50%;
  margin: 1.75rem auto;
  display: block;
  background-color: white;
  text-align: center;
  position: relative;
}

.wellDone {
  font-size: 6.5rem;
  font-weight: bold;
  color: #131550;
  margin-top: 1rem;
  margin-bottom: .5rem;
  display: inline-block;
}

.completeLevel {
  font-size: 1.8rem;
  color: #131550;
}

.wellDoneImg,
.totalCoinsImg {
  width: 90%;
  margin: 0 auto;
  border-bottom: .1rem solid #c4c4c4;
  margin-bottom: 1.5rem;
}

.youHaveGot {
  color: #131550;
  font-family: lato;
  font-size: 1.9rem;
  display: block;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.youHaveGot span {
  padding-left: 0.5rem;
}

.scorePopup img {
  display: block;
  margin: 0 auto;
  width: 6.5rem;
}

.wellDoneImg img {
  max-height: 30vh;
  width: auto;
  margin-bottom: 1.5rem;
}

.closebtn,
.playbtn,
.leavebtn {
  width: 14rem;
  height: 4rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  border: .1rem solid #131550;
  background-color: white;
  color: #131550;
  cursor: pointer;
}

.playbtn {
  background-color: #131550;
  color: white;
}

button.closeBtn {
  position: absolute;
  left: 1.5rem;
  top: 1rem;
  color: #7f7f7f;
  background: transparent;
  font-size: 1.8rem;
  z-index: 1000;
  border: 0;
  outline: none;
  cursor: pointer;
  transform: rotate(45deg);
}

.gameCont .empty-template {
  display: none;
}

.finishBtnMumuy button {
  margin-top: 2rem;
  background-color: #202060;
  color: #fff;
  padding: 5px 40px;
  border: 1px solid #202060;
  cursor: pointer;
  font: 200 2rem MarkaziText-Regular;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.finishBtnMumuy button:hover {
  background-color: #fff;
  color: #202060;
}

@media only screen and (max-width: 768px) {
  .slickCont {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media only screen and (max-width: 1024px) {
  #mumyGame {
    display: none;
  }

  .gameCont .empty-template {
    display: block;
  }
}

@media only screen and (min-width: 1600px) {
  .gameTitle {
    font-size: 4rem;
  }

  .gameContborder .headTile {
    font-size: 4.8rem;
  }

  .gameContborder p {
    font-size: 1.6rem;
  }

  .qContent,
  .aContent,
  .sliderArows,
  .rightMessage,
  .correctAnswer,
  .wrongMessage,
  .coinsNum {
    margin-right: 30rem;
    margin-right: 27rem;
  }

  .slickCont .phronCont {
    width: initial;
    right: 3rem;
  }

  .playBtn,
  .pauseBtn {
    /*top: 90px;
        @include left (8.5rem);*/
  }

  .playBtn {
    /*@include left (14.5rem);*/
  }

  .rightMessage span,
  .wrongMessage span,
  .correctAnswer {
    font-size: 1.8rem;
  }

  .popupCont {
    top: 30px;
  }

  .wellDone {
    font-size: 7.2rem;
  }

  .completeLevel {
    font-size: 2.4rem;
  }

  .wellDoneImg img,
  .scorePopup img {
    width: initial;
  }

  .youHaveGot {
    font-size: 2.186rem;
  }
}

canvas-whiteboard-shape-preview .canvas-whiteboard-shape-preview-canvas {
  opacity: .3;
}

canvas-whiteboard-shape-preview.active .canvas-whiteboard-shape-preview-canvas {
  opacity: 1;
}

.coloringGameCont {
  margin-top: 20px;
}

.coloringGameCont #input-range {
  width: 72%;
}

app-coloring-game,
canvas-whiteboard {
  display: inline-block;
  width: 100%;
  min-height: 525px;
}

.containerOfBoard {
  width: 900px;
  height: 660px;
  background-color: white;
  display: block;
  margin-left: 385px;
}

.canvas_wrapper_div {
  width: 100% !important;
  min-height: 525px;
  border: 0px !important;
}

canvas.canvas_whiteboard,
canvas.incomplete_shapes_canvas_whiteboard {
  width: 51%;
  /*border: 1px solid #d7d7d7;*/
  border: 1px solid transparent;
  margin-top: 40px;
  right: 18.8%;
  height: initial !important;
  max-height: 450px;
  min-height: 450px;
  top: 250px;
  /*object-fit: cover;*/
}

canvas.canvas_whiteboard {
  background-color: white;
}

.clearBtnColoring {
  background-color: #202060;
  color: white;
  border-radius: 0;
  padding: 6px 0px 6px 0px;
  width: 100px;
  position: absolute;
  left: 66px;
  top: 704px;
  border: 1px solid #202060;
  height: 32px;
  cursor: pointer;
  z-index: 10;
  text-transform: capitalize;
  font-size: 14px;
}

.clearBtnColoring:before {
  content: "\e942";
  border-right: solid #c3c3c3 1px;
  padding-right: 7px;
  margin-right: 7px;
}

canvas-whiteboard-shape-selector::after,
.canvas-whiteboard-shape-selector-selected-preview {
  content: url(../../../../../assets/shapesAndBrush.png);
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
  display: none !important;
}

canvas-whiteboard-shape-selector::after {
  background-color: white;
  /*border: 1px solid #eee6d6;*/
}

.canvas-whiteboard-shape-selector-selected-preview {
  position: absolute;
}

canvas-whiteboard-colorpicker:nth-child(2)>.canvas-whiteboard-colorpicker-input {
  /*content: url(../../../../../assets/color.png);
  background-color: white;
  padding: 8px 10px;
  border-radius: 50%;
  position: absolute;
  top: 85px;*/
  background: url(../../../../../assets/color.png);
  background-position: 12px 12px;
  background-size: 55px;
  background-repeat: no-repeat;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  top: 355px;
  width: 80px !important;
  height: 80px !important;
  background-color: #fff;
  left: 20px;
}

/*New Rule*/
.selected-color-type-wrapper {
  display: inline-block !important;
  height: 100% !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 20px !important;
  color: #000 !important;
  position: RELATIVE !important;
  top: 72px !important;
}

.selected-color-preview {
  width: 100% !important;
  height: 20% !important;
  position: absolute !important;
  bottom: -44px !important;
  left: 0 !important;
}

.canvas-whiteboard-shape-selector-wrapper {
  display: block !important;
}

canvas-whiteboard-colorpicker:nth-child(2)>.canvas-whiteboard-colorpicker-wrapper {
  left: 130px;
  top: 335px;
  z-index: 100000;
  width: 305px;
  text-align: center;
  border: 0;
  height: 175px;
  background-color: #fff;
  padding: 10px;
}

canvas-whiteboard-colorpicker:nth-child(3)>.canvas-whiteboard-colorpicker-wrapper {
  left: 290px;
  top: 335px;
  z-index: 100000;
  width: 305px;
  text-align: center;
  border: 0;
  height: 175px;
  background-color: #fff;
  padding: 10px;
}

canvas-whiteboard-colorpicker:nth-child(3)>.canvas-whiteboard-colorpicker-input,
canvas-whiteboard-colorpicker:nth-child(3)>.canvas-whiteboard-colorpicker-input::after {
  /*content: url(../../../../../assets/strockColor.png);
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  top: 220px;*/
  background: url(../../../../../assets/strockColor.png);
  background-position: 12px 12px;
  background-size: 55px;
  background-repeat: no-repeat;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  top: 355px;
  width: 80px !important;
  height: 80px !important;
  background-color: #fff;
  right: 20px;
}

.canvas-whiteboard-shape-selector-wrapper {
  position: absolute;
  left: -20px;
  top: -300px;
  height: 270px;
  width: 290px;
  background-color: transparent;
  text-align: center;
  border: 0 !important;
  padding-top: 70px !important;
}

/* canvas-whiteboard-shape-preview:nth-child(7) {
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 10px 20px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTUwNS4wMjUsMTkuNTQ5Yy0xNC42ODgtMTQuNjg2LTQ0LjE0Ni02LjMwNy05Mi43MDgsMjYuMzc3Yy00MS4yNTQsMjcuNzY2LTkwLjczOCw2OS44MTktMTM5LjMzNiwxMTguNDE3ICAgIGMtNzIuMDQ3LDcyLjA0Ni0xMjYuODIzLDE0Mi43ODQtMTQ1LjA2MSwxODYuNDU4Yy0zLjAwMi0xLjA4OC02LjExNS0xLjk1OC05LjMyNy0yLjU5M2MtMTguODcyLTMuNzMzLTM5LjM2OSwxLjA0LTU2LjIzOCwxMy4wODYgICAgYy0yNC4yMDcsMTcuMjg2LTMwLjYxOCw0MS45NzEtMzEuNTQ5LDQ2LjEzMmMtNS4wOTYsMTkuMDMyLTE0Ljc0NywzNy4xOTEtMjcuOTIxLDUyLjUyOWMtNC4yMzcsNC45MzMtMy43NTMsMTIuMzQ5LDEuMDksMTYuNjkxICAgIGMxNi45MjcsMTUuMTcsMzguNTgsMjIuNzc5LDYxLjEwMiwyMi43NzljMjEuNzA2LDAsNDQuMjItNy4wNjksNjQuMDc3LTIxLjI0OWM5LjMxMS02LjY0OSwxNi4zNi0xNC4wMDEsMTcuNzI1LTE1LjQ1NiAgICBjMTYuODcyLTE4LjEzMSwyNC4wMzYtNDEuOTA0LDIwLjQ4Mi02My42MjVjNDIuODUtMTUuMzYxLDExNy41NTMtNzIuMTgxLDE5Mi44NzEtMTQ3LjQ5OSAgICBjNDguNTk4LTQ4LjU5OCw5MC42NTItOTguMDgzLDExOC40MTctMTM5LjMzNkM1MTEuMzMyLDYzLjY5Niw1MTkuNzEzLDM0LjIzOCw1MDUuMDI1LDE5LjU0OXogTTEyOS4zOTIsNDQ2LjQxNSAgICBjLTAuNjQyLDAuNjg1LTYuNDk1LDYuODUyLTE0LjEzLDEyLjMwMmMtMjcuNzMyLDE5LjgtNjEuNjg0LDIyLjA5LTg2LjM0NSw2Ljg0NWMxMS41NDktMTUuODM0LDIwLjEzMi0zMy42ODMsMjUuMDYzLTUyLjI1NCAgICB2LTAuMDAxYzAuMDU1LTAuMjA4LDAuMTA1LTAuNDE4LDAuMTQ5LTAuNjNjMC4wNDEtMC4xODksNC4xOTMtMTkuMTI3LDIyLjExOS0zMS45MjdjMTEuNTMtOC4yMzUsMjUuMjc3LTExLjU0NywzNy43MTEtOS4wODkgICAgYzEwLjI1NSwyLjAyNiwxOC44NzYsNy44OCwyNC4yNzUsMTYuNDhDMTQ4LjgyOSw0MDUuMDE4LDE0NS4xMDQsNDI5LjUzMiwxMjkuMzkyLDQ0Ni40MTV6IE0xNTkuMjE3LDM3Ni42NjMgICAgYy0wLjI0NS0wLjQxLTMuODctNy43Ny0xMC42MjQtMTMuMjRjNS44MTktMTUuNTU3LDE4LjM0Ni0zNi41ODQsMzUuODA2LTYwLjcyOWwzNy40NTUsMzcuNDU1ICAgIEMxOTUuNTA1LDM1OS4xMTYsMTczLjkxNCwzNzEuNDgsMTU5LjIxNywzNzYuNjYzeiBNMjQxLjE5OCwzMjUuNjg1bC00Mi4zMDEtNDIuMzAxYzcuMzEtOS40MSwxNS4yMTktMTkuMTU3LDIzLjY0OC0yOS4xMjcgICAgbDQ3LjgwNiw0Ny44MDZDMjYwLjIzMywzMTAuNjA4LDI1MC40ODksMzE4LjQ5MywyNDEuMTk4LDMyNS42ODV6IE00NTUuMTU5LDEwNC4yNjZjLTI2LjkyNiwzOC45MTYtNjYuNjQzLDg1LjIzNS0xMTEuODMyLDEzMC40MjIgICAgYy0xOC45NzMsMTguOTczLTM3LjM2NywzNi4yMzItNTQuODQ0LDUxLjY5NGwtNTAuMjU3LTUwLjI1N2MxNS45NC0xOC4wMzIsMzMuMzItMzYuNTM4LDUxLjY2MS01NC44NzcgICAgYzQ1LjE4OC00NS4xODksOTEuNTA3LTg0LjkwNSwxMzAuNDIyLTExMS44MzRjNDcuOTE2LTMzLjE1NSw2NC40NS0zMy4yMDgsNjcuNjI2LTMyLjc3NCAgICBDNDg4LjM3MSwzOS44MTMsNDg4LjMxMyw1Ni4zNTMsNDU1LjE1OSwxMDQuMjY2eiIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTExOS4yNTYsNDE0LjExOWMtNS43ODMtMy4xODMtMTMuMDUyLTEuMDc2LTE2LjIzNiw0LjcwOGMtMC4zMjIsMC41ODUtMC43MTEsMS4xMzItMS4xNTgsMS42MjYgICAgYy0wLjg5NCwwLjkzLTMuODMyLDMuNzctNi44ODQsNS45NTFjLTQuNjMsMy4zMDUtOS42MjYsNS42NzQtMTQuODUsNy4wNDFjLTYuMzg3LDEuNjcxLTEwLjIwOSw4LjIwMy04LjUzOCwxNC41OSAgICBjMS40MDYsNS4zNzIsNi4yNSw4LjkzLDExLjU1NSw4LjkzYzEuMDAyLDAsMi4wMTktMC4xMjcsMy4wMzQtMC4zOTFjOC4wNDktMi4xMDYsMTUuNjg0LTUuNzEsMjIuNjkzLTEwLjcxNCAgICBjNC40OTktMy4yMTMsMTAuNDcxLTkuMDk1LDEwLjUxMi05LjE0YzEuNzc3LTEuOTI3LDMuMzE5LTQuMDY5LDQuNTgzLTYuMzY2QzEyNy4xNDksNDI0LjU3LDEyNS4wNCw0MTcuMzAxLDExOS4yNTYsNDE0LjExOXoiIGZpbGw9IiMwMDAwMDAiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K)
} */
canvas-whiteboard-shape-preview {
  display: inline-block;
  padding: 10px;
  padding-top: 25px;
  /*background-color: white;*/
}

canvas-whiteboard-shape-selector,
canvas-whiteboard-colorpicker,
canvas-whiteboard-colorpicker,
button.canvas_whiteboard_button.canvas_whiteboard_button-save {
  display: block;
}

.canvas_whiteboard_buttons {
  width: 305px;
  text-align: left;
  border: 20px solid #3d414c;
  border-image: url("/Style Library/images/border.png") 30 round;
  border-image-repeat: inherit;
  left: 20px;
  top: 131px;
  min-height: 660px;
}

.canvas-whiteboard-colorpicker-input {
  width: initial !important;
  height: initial !important;
}

button.canvas_whiteboard_button.canvas_whiteboard_button-save,
button.canvas_whiteboard_button.canvas_whiteboard_button-clear,
button.canvas_whiteboard_button.canvas_whiteboard_button-undo,
button.canvas_whiteboard_button.canvas_whiteboard_button-redo {
  background-color: #202060;
  color: white;
  border-radius: 0;
  padding: 5px 20px;
  position: absolute;
  left: 139px;
  bottom: 30px;
  border: 1px solid #202060;
}

button.canvas_whiteboard_button.canvas_whiteboard_button-clear,
button.canvas_whiteboard_button.canvas_whiteboard_button-undo,
button.canvas_whiteboard_button.canvas_whiteboard_button-redo {
  background-color: #fff;
  color: #000;
  border-radius: 0;
  padding: 5px 20px;
  position: absolute;
  bottom: 80px;
  border: 1px solid #202060;
}

.gameBackBtn {
  position: absolute;
  top: 1108px;
  z-index: 10;
  right: 184px;
  background-color: white;
  color: #202060;
  border-radius: 0;
  padding: 6.5px 40px 4.5px;
  border: 1px solid #202060;
  font-size: 14px;
}

.canvas_whiteboard_buttons:after {
  color: #131550;
  font-size: 28px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
}

.transparent-color {
  display: none;
}

canvas.canvas-whiteboard-colorpicker {
  /*height: 400px;
  width: 200px;
  margin-top: 0px;
  margin-bottom:20px;
  padding: 15px;
  background-color: white;*/
}

button.canvas_whiteboard_button.canvas_whiteboard_button-clear {
  background-color: #202060;
  color: white;
  border-radius: 0;
  padding: 5px 40px;
  position: absolute;
  left: 830px;
  bottom: -230px;
  border: 1px solid #202060;
}

button.canvas_whiteboard_button.canvas_whiteboard_button-undo {
  left: 21px;
}

button.canvas_whiteboard_button.canvas_whiteboard_button-redo {
  left: 136px;
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-apperance: none;
  border-radius: 6px;
  height: 2px;
  background-color: black;
  outline: none;
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 100000;
}

input[type="range"]::before,
input[type="range"]::after {
  content: "-";
  border-radius: 50%;
  background-color: black;
  position: absolute;
  text-align: center;
  display: inline-block;
  top: -9px;
  left: -20px;
  width: 20px;
  height: 20px;
  line-height: 1.3;
  color: white;
}

input[type="range"]::after {
  content: "+";
  right: -20px;
  left: initial;
}

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background-color: #7298f0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
}

.sizeStrock {
  font-size: 16px;
  color: black;
  position: absolute;
  left: 80px;
  top: 10px;
}

/*.mainPageDescription {
    width: 24%;
}*/
.canvas-whiteboard-colorpicker-input {
  display: inline-block !important;
}

canvas-whiteboard-shape-selector {
  position: absolute;
  top: 360px;
  left: 10px;
}

canvas-whiteboard-colorpicker:nth-child(2)>.canvas-whiteboard-colorpicker-wrapper:after,
canvas-whiteboard-colorpicker:nth-child(3)>.canvas-whiteboard-colorpicker-wrapper:after,
.canvas-whiteboard-shape-selector-wrapper:after {
  display: none;
  content: "";
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid white;
  left: -66px;
  top: 88px;
}

canvas-whiteboard-colorpicker:nth-child(2)>.canvas-whiteboard-colorpicker-wrapper:after {
  left: -70px;
  top: 65px;
}

.canvas-whiteboard-shape-selector-wrapper:after {
  bottom: 61px;
  left: -65px;
  top: initial;
}

.containerOfBoard h3 {
  color: #131550;
  display: inline-block;
  margin-top: 60px;
  margin-left: 53px;
  font-weight: bold;
  font-size: 30px;
}

/*youmna: share add and style*/
.containerOfBoard .share-game {
  position: absolute;
  margin-top: 15px;
  margin-left: 53px;
}

span.levelCont {
  margin-left: 57px;
  display: flex;
  align-items: stretch;
}

img.levelImg {
  width: 45px;
  background-color: #7298f0;
  font-size: 2.6rem;
  padding: 8px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}

label.levelNum {
  background-color: #9cb7f4;
  font: normal 1.6rem lato;
  color: #fff;
  padding: 1.2rem 1.5rem;
  margin-bottom: 0px;
}

[class^="icon-cw-"] {
  border-right: solid #c3c3c3 1px;
  border-left: none;
  padding-right: 7px;
  margin-right: 7px;
}

.cdk-global-overlay-wrapper {
  position: fixed;
  z-index: 1000;
  margin: 0 auto;
  left: 50%;
  margin-left: -270px;
  margin-top: -130px;
  top: 50%;
  background-color: #ffffff;
}

.mat-dialog-actions button {
  background-color: #202060;
  color: white;
  border-radius: 0;
  padding: 5px 20px;
  left: 139px;
  bottom: 30px;
  border: 1px solid #202060;
  margin: 5px;
  cursor: pointer;
  transition: all 0.3s linear;
}

.mat-dialog-actions button:hover {
  background-color: #fff;
  color: #202060;
  border-radius: 0;
  padding: 5px 20px;
  left: 139px;
  bottom: 30px;
  border: 1px solid #202060;
  margin: 5px;
  cursor: pointer;
}

.cdk-overlay-backdrop {
  position: fixed;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.6);
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}

/****************************************************
 ********************Arabic Version******************
 ***************************************************/
.arabicBeta .containerOfBoard {
  margin-right: 385px;
  margin-left: 0px;
}

.arabicBeta canvas.canvas_whiteboard,
.arabicBeta canvas.incomplete_shapes_canvas_whiteboard {
  left: -40px;
  right: initial;
}

.arabicBeta canvas-whiteboard-colorpicker:nth-child(2)>.canvas-whiteboard-colorpicker-wrapper {
  right: 160px;
  left: initial;
}

.arabicBeta canvas-whiteboard-colorpicker:nth-child(3)>.canvas-whiteboard-colorpicker-wrapper {
  right: 160px;
  left: initial;
}

.arabicBeta .canvas-whiteboard-shape-selector-wrapper {
  right: -22px;
  left: initial;
}

.arabicBeta .canvas_whiteboard_buttons {
  text-align: right;
  right: 20px;
  left: initial;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.arabicBeta canvas-whiteboard-shape-selector,
.arabicBeta canvas-whiteboard-colorpicker,
.arabicBeta canvas-whiteboard-colorpicker,
.arabicBeta button.canvas_whiteboard_button.canvas_whiteboard_button-save {
  display: block;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.arabicBeta button.canvas_whiteboard_button.canvas_whiteboard_button-clear,
.arabicBeta button.canvas_whiteboard_button.canvas_whiteboard_button-undo,
.arabicBeta button.canvas_whiteboard_button.canvas_whiteboard_button-redo {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.arabicBeta button.canvas_whiteboard_button.canvas_whiteboard_button-save,
.arabicBeta button.canvas_whiteboard_button.canvas_whiteboard_button-clear,
.arabicBeta button.canvas_whiteboard_button.canvas_whiteboard_button-undo,
.arabicBeta button.canvas_whiteboard_button.canvas_whiteboard_button-redo {
  left: -5px;
  right: initial;
}

.arabicBeta button.canvas_whiteboard_button.canvas_whiteboard_button-save {
  padding: 5px 35px !important;
}

.arabicBeta .clearBtnColoring {
  background-color: #202060;
  color: white;
  border-radius: 0;
  padding: 5px 10px !important;
  width: 122px;
  position: absolute;
  right: 165px;
  top: 704px;
  border: 1px solid #202060;
  height: 32px;
}

.arabicBeta .clearBtnColoring:before {
  margin-right: 0;
  margin-left: 5px;
  padding-right: 0;
  padding-left: 7px;
  border-left: solid #c3c3c3 1px;
}

.arabicBeta .gameBackBtn {
  left: 184px;
  right: initial;
}

.arabicBeta .canvas_whiteboard_buttons:after {
  left: initial;
  -moz-transform: scaleX(-1) translateX(-50%);
  -o-transform: scaleX(-1) translateX(-50%);
  -webkit-transform: scaleX(-1) translateX(-50%);
  transform: scaleX(-1) translateX(-50%);
  right: 50%;
  filter: FlipH;
  -ms-filter: "FlipH";
}

.arabicBeta button.canvas_whiteboard_button.canvas_whiteboard_button-clear {
  left: 830px;
  right: initial;
}

.arabicBeta button.canvas_whiteboard_button.canvas_whiteboard_button-undo {
  left: -5px;
  right: initial;
}

.arabicBeta button.canvas_whiteboard_button.canvas_whiteboard_button-redo {
  left: 140px;
  right: initial;
}

.arabicBeta input[type="range"] {
  left: 40px;
  right: initial;
}

.arabicBeta input[type="range"]::before {
  right: -20px;
  left: initial;
}

.arabicBeta input[type="range"]:after {
  left: -20px;
  right: initial;
}

.arabicBeta .sizeStrock {
  right: 80px;
  left: initial;
}

.arabicBeta canvas-whiteboard-shape-selector {
  left: 10px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.arabicBeta canvas-whiteboard-colorpicker:nth-child(3)>.canvas-whiteboard-colorpicker-wrapper:after,
.arabicBeta .canvas-whiteboard-shape-selector-wrapper:after {
  border-right: 9px solid white;
  border-left: none;
  right: 140px;
  left: initial;
}

.arabicBeta canvas-whiteboard-colorpicker:nth-child(2)>.canvas-whiteboard-colorpicker-wrapper:after {
  border-right: 9px solid white;
  border-left: none;
  right: 250px;
  left: initial;
}

.arabicBeta .canvas-whiteboard-shape-selector-wrapper:after {
  right: -65px;
  left: initial;
}

/*youmna: share add and style*/
.arabicBeta .containerOfBoard h3,
.arabicBeta .containerOfBoard .share-game {
  margin-right: 53px;
}

.arabicBeta .containerOfBoard h3 {
  margin-top: 8vh;
}

.arabicBeta span.levelCont {
  margin-right: 57px;
  margin-top: -6px;
}

.arabicBeta [class^="icon-cw-"] {
  border-left: solid #c3c3c3 1px;
  border-right: none;
  padding-left: 7px;
  padding-right: 0;
}

.coloringGameCont .empty-template {
  display: none;
}

@media (min-width: 1650px) {

  canvas.canvas_whiteboard,
  canvas.incomplete_shapes_canvas_whiteboard {
    width: 74%;
    border: 1px solid transparent;
    margin-top: 40px;
    right: 0%;
    height: initial !important;
    max-height: 450px;
    min-height: 450px;
    top: 250px;
  }

  /*.canvas_whiteboard_buttons {
    width: 22%;
  }*/
  .containerOfBoard {
    width: 1210px;
    height: 660px;
    background-color: white;
    display: block;
    margin-left: 345px;
  }
}

@media (max-width: 1600px) {

  canvas .canvas_whiteboard,
  canvas.incomplete_shapes_canvas_whiteboard {
    right: 0%;
    width: 61%;
    left: initial;
  }

  .arabicBeta canvas.canvas_whiteboard,
  .arabicBeta canvas.incomplete_shapes_canvas_whiteboard {
    left: 4%;
    width: 61%;
  }

  /*.canvas_whiteboard_buttons {
    width: 26%
  }*/
  canvas.canvas_whiteboard,
  canvas.incomplete_shapes_canvas_whiteboard {
    right: 7.8%;
  }

  .arabicBeta .clearBtnColoring {
    right: 164px;
  }

  /*arabicBeta .canvas_whiteboard_buttons {
    width: 24%;
  }*/
}

@media (max-width: 1530px) {

  canvas.canvas_whiteboard,
  canvas.incomplete_shapes_canvas_whiteboard {
    right: 5%;
  }

  /*.canvas_whiteboard_buttons {
    width: 25%;
  }*/
  .arabicBeta canvas.canvas_whiteboard,
  .arabicBeta canvas.incomplete_shapes_canvas_whiteboard {
    left: -2%;
    width: 64%;
  }

  .arabicBeta .clearBtnColoring {
    right: 165px;
  }
}

@media (max-width: 1366px) {

  canvas.canvas_whiteboard,
  canvas.incomplete_shapes_canvas_whiteboard {
    right: 5%;
    width: 60%;
    left: initial;
  }

  /*.canvas_whiteboard_buttons {
    width: 300px;
  }*/
  .arabicBeta .canvas_whiteboard_buttons[_ngcontent-c1] {
    right: 1%;
  }

  .arabicBeta canvas.canvas_whiteboard,
  .arabicBeta canvas.incomplete_shapes_canvas_whiteboard {
    left: 4%;
    width: 62%;
  }

  .arabicBeta .clearBtnColoring {
    right: 164px;
  }
}

@media only screen and (max-width: 1024px) {
  .coloringGameCont {
    width: 100%;
  }

  .coloringGameCont .empty-template {
    display: block;
  }

  #coloringGame {
    display: none;
  }
}

.eshop-listing {
  margin-top: 30px;
}

.eshop-listing .empty-template {
  margin: 0;
}

.eshop-listing .mediaHubListingCont {
  margin-top: 0;
}

.eshop-listing .mediaHubListingCont .filterSec {
  width: 100%;
  margin-top: 0;
}

.eshop-listing .mediaHubListingCont .filterSec .title {
  display: flex;
  margin: 15px 0;
}

.eshop-listing .mediaHubListingCont .filterSec .title h4 {
  margin-right: 15px;
  font-weight: 700;
}

.eshop-listing .mediaHubListingCont .filterSec .title span {
  font-size: 1.562em;
}

.eshop-listing .mediaHubListingCont .material .title {
  display: flex;
  margin: 15px 0;
}

.eshop-listing .mediaHubListingCont .material .title span {
  font-size: 1.562em;
}

.eshop-listing .mediaHubListingCont .material .title h4 {
  margin-right: 15px;
  font-weight: 700;
}

.eshop-listing .mediaHubListingCont .material .sort-checkmark {
  display: flex;
}

.eshop-listing .mediaHubListingCont .material .sort-checkmark label:last-child.desc {
  margin-right: 50px;
}

.eshop-listing .mediaHubListingCont .material .sort-checkmark .compare-product {
  display: flex;
  justify-content: center;
  align-items: center;
}

.eshop-listing .mediaHubListingCont .material .sort-checkmark .compare-product .product {
  color: #727782;
  font-size: 0.875em;
}

.eshop-listing .mediaHubListingCont .material .sort-checkmark .compare-product .checkmark {
  top: 6px;
}

.eshop-listing .mediaHubListingCont .material .compare-product label {
  color: #727782;
  font-size: 0.875em;
}

.eshop-listing .mediaHubListingCont .price {
  margin: 30px 0;
  border-bottom: 1px solid #e1dfe2;
  padding-bottom: 15px;
}

.eshop-listing .mediaHubListingCont .price .title {
  display: flex;
  margin: 0;
}

.eshop-listing .mediaHubListingCont .price .title span {
  font-size: 1.562em;
}

.eshop-listing .mediaHubListingCont .price .title h4 {
  margin-right: 15px;
  font-weight: 700;
}

.eshop-listing .mediaHubListingCont .price .range input[type=range] {
  position: relative;
  top: auto;
  left: auto;
  margin: auto;
  outline: none;
  padding: 0;
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: #cdcbd6;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #131550), color-stop(100%, #131550));
  background-image: -webkit-linear-gradient(#131550, #131550);
  background-image: -moz-linear-gradient(#131550, #131550);
  background-image: -o-linear-gradient(#131550, #131550);
  background-image: linear-gradient(#131550, #131550);
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-position: right;
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  z-index: 1;
}

.eshop-listing .mediaHubListingCont .price .range input[type=range]:after,
.eshop-listing .mediaHubListingCont .price .range input[type=range]:before {
  display: none;
}

.eshop-listing .mediaHubListingCont .price .range .rangeTxt {
  display: flex;
  justify-content: space-between;
}

.eshop-listing .mediaHubListingCont .price .range input[type=range]::-webkit-slider-runnable-track {
  box-shadow: none;
  border: none;
  background: transparent;
  -webkit-appearance: none;
}

.eshop-listing .mediaHubListingCont .price .range input[type=range]::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #131550;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
}

.eshop-listing .mediaHubListingCont .price .range input[type=range]::-moz-range-track {
  box-shadow: none;
  border: none;
  background: transparent;
}

.eshop-listing .mediaHubListingCont .price .range input[type=range]::-moz-focus-outer {
  border: 0;
}

.eshop-listing .mediaHubListingCont .price .range input[type=range]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #131550;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
}

.eshop-listing .mediaHubListingCont .price .range input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  box-shadow: none;
  border: none;
}

.eshop-listing .mediaHubListingCont .price .range input[type=range]::-ms-fill-lower {
  background: #131550;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

.eshop-listing .mediaHubListingCont .price .range input[type=range]::-ms-fill-upper {
  background: #cdcbd6;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

.eshop-listing .mediaHubListingCont .price .range input[type=range]::-ms-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #131550;
  border: 0;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
}

.eshop-listing .card-details {
  padding-right: 0;
  display: flex;
}

.eshop-listing .details {
  padding: 10px;
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
  flex: 1 1 auto;
}

.eshop-listing .details .img-sale {
  width: 50px;
  position: absolute;
  margin: 5px;
  top: 10px;
}

.eshop-listing .details>a {
  border: 1px solid #9b8873;
  display: block;
  color: #fff !important;
}

.eshop-listing .details>a img {
  padding: 5px;
}

.eshop-listing .details .imageWrp {
  height: 200px;
}

.eshop-listing .details .imageWrp img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.eshop-listing .details .card-body {
  padding-bottom: 0;
}

.eshop-listing .details .card-body .card-title {
  color: #000;
  font-size: 1.125em;
  font-weight: 700;
  height: 4rem;
}

.eshop-listing .details .card-body .price-sale {
  font-size: 1.333em;
  color: rgba(43, 76, 166, 0.502);
  text-decoration: line-through;
  margin-top: 15px;
  visibility: hidden;
}

.eshop-listing .details .card-body .price-sale.visible {
  visibility: visible;
}

.eshop-listing .details .card-body .price {
  font-size: 1.5em;
  color: #2b4ca6;
  font-family: MarkaziText-Regular;
  font-weight: 700;
}

.eshop-listing .details .card-body .price .le {
  font-size: 16px;
}

.eshop-listing .details .card-body .rating {
  display: flex;
  align-items: center;
}

.eshop-listing .details .card-body .rating .replicas {
  background: #e6e0d9;
  padding: 2px 8px;
  font-size: 0.75em;
  color: #000;
  font-family: MarkaziText-Regular;
  margin-left: 6px;
}

.eshop-listing .details .card-body .rating .number {
  margin-right: 10px;
  color: #000;
  font-size: 0.875em;
  font-family: MarkaziText-Regular;
}

.eshop-listing .details .card-body .rating .stars-container {
  font-size: 1.25em;
  position: relative;
}

.eshop-listing .details .card-body .rating .stars-container:after {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  content: '★★★★★';
  color: gold;
  overflow: hidden;
  height: 100%;
}

.eshop-listing .details .card-body .price-sale span,
.eshop-listing .details .card-body .sale span {
  font-size: 1em;
}

.eshop-listing .details .outOfStock {
  font-weight: 700;
  font-size: 2rem;
  color: #aaa;
  margin-top: 3rem;
  text-align: center;
}

.eshop-listing .product-compare {
  padding: 0;
}

.eshop-listing .product-compare .cart-content .card-title {
  padding: 0;
  color: #131550;
}

.eshop-listing .product-compare .cart-content .card-title h4 {
  font-size: 1em;
  color: rgba(43, 76, 166, 0.502);
  font-weight: 700;
}

.eshop-listing .product-compare .compared {
  padding: 0 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eshop-listing .product-compare .compared img {
  width: 55px;
  height: 40px;
  margin-right: 5px;
}

.eshop-listing .product-compare .compared .compare-product {
  position: relative;
}

.eshop-listing .product-compare .compared .compare-product .checkmark {
  top: -3px;
  transform: translateX(50%);
}

.eshop-listing .product-compare .compared .compare-product .checkmark span {
  display: none;
}

.eshop-listing .product-compare .compared .compare-product input:checked~.checkmark span {
  display: block;
  position: relative;
  font-size: 17px;
  top: -5px;
  background-color: none;
  right: -10px;
  left: auto;
}

.eshop-listing .product-compare .compared span {
  margin-right: 10px;
}

.eshop-listing .compare-product {
  display: block;
  position: relative;
  padding-right: 22px;
  cursor: pointer;
  user-select: none;
}

.eshop-listing .compare-product input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.eshop-listing .compare-product .checkmark {
  position: absolute;
  top: 5px;
  height: 13px;
  border: 1px solid #000;
  width: 13px;
  border-radius: 0;
  right: 0;
  left: auto;
}

.eshop-listing .compare-product .checkmark:after {
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 9px;
  left: auto;
}

.eshop-listing .compare-product .product {
  font-size: 12px;
  line-height: 2;
}

.eshop-listing .compare-product input:checked~.checkmark.cart {
  background-color: #131550;
}

.eshop-listing .seller {
  font-size: 1.388em;
  font-weight: 700;
  color: #131550;
  font-family: MarkaziText-Regular;
  margin: 25px 0;
}

.eshop-listing .best-seller {
  margin: 0 0 10px;
  background: #fff;
  padding: 10px;
}

.eshop-listing .best-seller img {
  border: 1px solid #9b8873;
}

.eshop-listing .best-seller .card-title {
  color: #000;
  font-size: 1.125em;
  font-weight: 700;
}

.eshop-listing .best-seller .rating {
  display: flex;
  align-items: center;
}

.eshop-listing .best-seller .rating .replicas {
  background: #e6e0d9;
  padding: 2px 8px;
  font-size: 0.75em;
  color: #000;
  font-family: MarkaziText-Regular;
  margin-left: 6px;
}

.eshop-listing .loading {
  border: 1px solid #131550;
  padding: 10px 50px;
  position: relative;
  cursor: pointer;
  display: block;
  margin: 115px auto 97px auto;
}

.eshop-listing .loading .load {
  padding-right: 40px;
  color: #131550;
}

.eshop-listing .loading .seperator {
  font-size: 1.875em;
  position: absolute;
  top: 0;
  color: #b0aebc;
}

.eshop-listing .loading .icon-shopkart {
  position: absolute;
  font-size: 1.388em;
  color: #131550;
  right: 12px;
  left: auto;
}

.eshop-listing .loading:hover {
  transition: all 0.3s linear;
  background-color: #131550;
}

.eshop-listing .loading:hover span {
  color: #fff;
}

.eshop-listing .shopping-details,
.eshop-listing .media-type {
  padding: 0;
}

.order-details {
  padding: 0;
  margin-bottom: 20px;
}

.cart-content {
  background: rgba(255, 255, 255, 0.6);
  padding-bottom: 20px;
}

.cart-content .cart-title {
  display: flex;
  padding: 20px;
}

.cart-content .cart-title h5,
.cart-content .cart-title span {
  font-size: 1.388em;
  color: #131550;
  font-family: MarkaziText-Regular;
  font-weight: 700;
}

.cart-content .cart-title span:not(.icon-compare) {
  margin-right: 20px;
  position: relative;
}

.cart-content .cart-title span:not(.icon-compare):after,
.cart-content .cart-title span:not(.icon-compare):before {
  position: absolute;
  color: #131550;
  top: 0;
}

.cart-content .cart-title span:not(.icon-compare):before {
  content: '(';
  right: -10px;
}

.cart-content .cart-title span:not(.icon-compare):after {
  content: ')';
  left: -10px;
}

.cart-content .cart-title h4 {
  color: #131550;
  font-family: MarkaziText-Regular;
  font-weight: 700;
  font-size: 1.125em;
  margin-right: 20px;
}

.cart-content .order-summary {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
}

.cart-content .order-summary h5 {
  color: #131550;
  font-family: MarkaziText-Regular;
  font-weight: 700;
  font-size: 1.222em;
}

.cart-content .order-summary .total-price {
  margin-top: 25px;
}

.cart-content .order-summary .shipment,
.cart-content .order-summary .taxes {
  display: flex;
  justify-content: space-between;
  color: #3e3f40;
  font-family: MarkaziText-Regular;
  font-size: 1em;
  border-bottom: 1px solid #c9c8c7;
  padding-bottom: 16px;
}

.cart-content .order-summary .shipment span,
.cart-content .order-summary .taxes span {
  color: #727782;
}

.cart-content .order-summary .taxes {
  margin-top: 11px;
}

.cart-content .order-summary .shipment {
  margin-top: 30px;
}

.cart-content .order-summary .price {
  font-size: 1.777em;
}

.cart-content .order-summary .LE {
  font-size: 1.1666em;
  margin-right: 15px;
}

.cart-content .order-summary .LE,
.cart-content .order-summary .price {
  color: #2b4ca6;
  font-family: MarkaziText-Regular;
}

.cart-content a.add-to-cart {
  margin: 20px 10px 0;
}

a.add-to-cart {
  background: #131550;
  padding: 10px;
  color: #fff;
  position: relative;
  cursor: pointer;
  display: block;
}

a.add-to-cart:hover {
  color: #fff;
}

a.add-to-cart .icon-shopkart,
a.add-to-cart .icon-compare {
  position: absolute;
  font-size: 1.388em;
  left: 20px;
  right: auto;
}

a.add-to-cart .seperator {
  font-size: 30px;
  position: absolute;
  top: 0;
  color: #444674;
  left: 65px;
  right: auto;
}

@media (max-width: 767px) {
  .eshop-listing .product-compare .compared {
    justify-content: normal;
  }

  .eshop-listing .cart-content .cart-title {
    justify-content: normal;
  }

  .eshop-listing .cart-content .cart-title h4 {
    margin-right: 15px;
  }

  .eshop-listing .details {
    margin: 0 0 10px 0;
  }

  .eshop-listing .loading {
    margin: 70px auto 59px auto;
    padding: 10px 35px;
  }

  .eshop-listing .card-details {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .eshop-listing {
    /*.shopping-details,
        .media-type {
            & > div {
                padding: 0 !important;
            }
        }*/
  }

  .eshop-listing .cart-content .cart-title {
    justify-content: normal;
  }

  .eshop-listing .product-compare .compared {
    justify-content: normal;
  }

  .eshop-listing .card-details {
    padding: 0 15px 0 15px;
  }

  .eshop-listing .listing-container {
    padding: 0 !important;
  }

  .eshop-listing .listing-container .row {
    margin: 0 -15px !important;
  }
}

@media (min-width: 1700px) {
  .card-details {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.best-seller {
  position: relative;
}

.best-seller .title {
  font-size: 2.25em;
  font-weight: 700;
  font-family: MarkaziText-Regular;
  color: #131550;
  margin: 25px 0px;
}

.best-seller:hover .slick-arrow {
  opacity: 1;
}

.best-seller .slick-track {
  display: flex;
}

.best-seller .slick-list {
  margin-left: -10px;
}

.best-seller .slick-slide {
  margin-left: 10px;
  height: auto;
}

.best-seller .slick-slide>div {
  height: 100%;
}

.best-seller .slick-arrow {
  font-size: 0;
  position: absolute;
  top: 46%;
  width: 40px;
  height: 40px;
  background-color: #131550;
  cursor: pointer;
  opacity: .2;
  transition: opacity .4s;
  color: #fff;
  border: none;
  z-index: 1;
}

.best-seller .slick-arrow:before {
  font-family: PortalAndsubPortalIcons;
  font-size: 20px;
}

.best-seller .slick-arrow.slick-prev {
  left: 0;
}

.best-seller .slick-arrow.slick-prev:before {
  content: "\e90c";
}

.best-seller .slick-arrow.slick-next {
  right: 0;
}

.best-seller .slick-arrow.slick-next:before {
  content: "\e90d";
}

.best-seller .card.best-seller {
  height: 100%;
  margin: 0 0 10px;
  padding: 10px;
  position: relative;
}

.best-seller .card.best-seller .imageWrp {
  display: block;
  height: 130px;
  border: 1px solid #9b8873;
}

.best-seller .card.best-seller .imageWrp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.best-seller .card.best-seller .card-body .card-title {
  color: #000;
  font-size: 1.125em;
  font-weight: 700;
  height: 4rem;
}

.best-seller .card.best-seller .card-body .rating {
  display: flex;
  align-items: center;
}

.best-seller .card.best-seller .card-body .rating .replicas {
  background: #e6e0d9;
  padding: 2px 8px;
  font-size: 0.75em;
  color: #000;
  font-family: MarkaziText-Regular;
  margin-left: 6px;
}

.best-seller .card.best-seller .card-body .rating .number {
  margin-right: 10px;
  color: #000;
  font-size: 0.875em;
  font-family: MarkaziText-Regular;
}

.best-seller .card.best-seller .card-body .rating .stars-container {
  font-size: 1.25em;
}

.best-seller .card.best-seller .card-body .rating .stars-container:after {
  height: 100%;
  overflow: hidden;
}

.best-seller.purchased {
  margin-bottom: 130px;
}

@media (max-width: 825px) {
  .best-seller .inner-best-seller-carousel {
    width: 80vw;
  }

  .best-seller .inner-best-seller-carousel .slick-list {
    margin-left: 0;
  }

  .best-seller .inner-best-seller-carousel .slick-list {
    overflow: visible !important;
  }

  .best-seller .inner-best-seller-carousel-btns {
    display: none;
  }
}

.announcementDetails.inner .shares {
  border-bottom: 1px solid #f4f0eb;
  padding-bottom: 18px;
}

.announcementDetails.inner .shares .share-button.rate {
  margin-left: 37px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.announcementDetails.inner .shares .share-button.rate span {
  background: #131550;
  border-radius: 50%;
  color: #fff;
  font-size: 1.0625em;
}

.announcementDetails.inner .shares .share-button.rate span:before {
  content: '★';
  padding: 5px;
}

.announcementDetails.inner .shares .share-button.rate p {
  display: inline-block;
  margin: 0 10px 0;
  font-family: MarkaziText-Regular;
  font-size: 1.4rem;
  color: #131550;
}

.announcementDetails.inner .shares .linksCont {
  display: flex;
  align-items: center;
}

.announcementDetails.inner .shares .modal-dialog {
  max-width: 700px;
}

.announcementDetails.inner .shares .modal-content {
  text-align: center;
}

.announcementDetails.inner .shares .modal-content .like-img {
  width: 114px;
  height: 114px;
  position: relative;
  transform: translateX(-50%);
  margin-top: 40px;
  right: 50%;
  left: auto;
}

.announcementDetails.inner .shares .modal-content .like-img img {
  width: 100%;
  height: 100%;
}

.announcementDetails.inner .shares .modal-content .close span {
  font-size: 3.1875em;
  font-weight: bold;
  color: #7f7f7f;
  padding: 10px;
}

.announcementDetails.inner .shares .modal-content .modal-header {
  border-bottom: none;
}

.announcementDetails.inner .shares .modal-content .title {
  border-bottom: 1px solid #f4f0eb;
  padding-bottom: 20px;
  font-size: 2.125em;
  font-family: MarkaziText-Regular;
  color: #131550;
}

.announcementDetails.inner .shares .modal-content .pop-up {
  border-bottom: 1px solid #f4f0eb;
  padding-bottom: 10px;
}

.announcementDetails.inner .shares .modal-content .pop-up .stars-container {
  font-size: 3.75em;
  cursor: pointer;
}

.announcementDetails.inner .shares .modal-content .pop-up .rate-number {
  font-size: 2.125em;
  font-family: MarkaziText-Regular;
  color: #131550;
}

.announcementDetails.inner .shares .modal-content .modal-footer {
  margin: 0 auto;
  border-top: none;
}

.announcementDetails.inner .shares .modal-content .modal-footer .btn {
  background: #131550;
  padding: 10px 30px;
  color: #fff;
  font-size: 1em;
  margin-bottom: 47px;
  font-family: MarkaziText-Regular;
}

.announcementDetails.inner .pageTitle {
  padding: 2.3rem 8px;
}

.announcementDetails.inner .itemInfo {
  border: none;
}

.announcementDetails.inner .itemInfo .price-sale {
  font-size: 2em;
  color: rgba(43, 76, 166, 0.502);
  text-decoration: line-through;
  visibility: hidden;
}

.announcementDetails.inner .itemInfo .price-sale.visible {
  visibility: visible;
}

.announcementDetails.inner .itemInfo .price {
  font-size: 2.5em;
  color: #2b4ca6;
  font-family: MarkaziText-Regular;
  font-weight: 700;
  padding-bottom: 30px;
}

.announcementDetails.inner .itemInfo .compare {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  border-top: 1px solid #e8e7eb;
  border-bottom: 1px solid #e8e7eb;
  align-items: center;
}

.announcementDetails.inner .itemInfo .compare .product {
  font-size: 1.125em;
  color: #727782;
  padding-right: 30px;
}

.announcementDetails.inner .itemInfo .compare .stars-container {
  font-size: 1.25em;
}

.announcementDetails.inner .itemInfo .compare p {
  margin: 0;
}

.announcementDetails.inner .itemInfo .compare .compare-product {
  position: relative;
}

.announcementDetails.inner .itemInfo .compare .compare-product .checkmark {
  position: absolute;
  height: 13px;
  border: 1px solid #000;
  width: 13px;
  border-radius: 0;
  cursor: pointer;
  right: 0px;
  left: auto;
}

.announcementDetails.inner .itemInfo .compare .compare-product input {
  display: none;
}

.announcementDetails.inner .itemInfo .compare .compare-product input:checked~.checkmark {
  display: block;
  position: absolute;
  font-size: 17px;
  background-color: #131550;
}

.announcementDetails.inner .itemInfo .info {
  padding: 15px 0;
  border-bottom: 1px solid #e8e7eb;
  font-size: 1.125em;
}

.announcementDetails.inner .txtSection {
  margin-bottom: 30px;
}

.announcementDetails.inner .txtSection p {
  color: #131550;
  font-size: 1.125em;
  font-family: MarkaziText-Regular;
  margin-top: 5px;
}

.announcementDetails.inner .outOfStock {
  font-weight: 700;
  font-size: 2rem;
  color: #aaa;
}

.announcementDetails.inner .btns {
  margin-top: 80px;
}

.announcementDetails.inner .btns .well {
  padding: 0;
}

.announcementDetails.inner .btns .form-group.add-button {
  margin-bottom: 0;
}

.announcementDetails.inner .btns .add-to-cart,
.announcementDetails.inner .btns .continue-shopping {
  padding: 10px;
  position: relative;
  cursor: pointer;
  margin-top: 25px;
  width: 100%;
  text-align: right;
}

.announcementDetails.inner .btns .add-to-cart .seperator,
.announcementDetails.inner .btns .continue-shopping .seperator {
  position: absolute;
  top: 3px;
  font-size: 1.8125em;
  color: #444674;
  left: 52px;
  right: auto;
}

.announcementDetails.inner .btns .add-to-cart .icon-shopkart,
.announcementDetails.inner .btns .continue-shopping .icon-shopkart {
  font-size: 1.25em;
  position: absolute;
  left: 20px;
  right: auto;
}

.announcementDetails.inner .btns .add-to-cart {
  background-color: #131550;
  color: #fff;
  border: none !important;
  outline: none !important;
}

.announcementDetails.inner .btns .continue-shopping {
  border: 1px solid #131550;
  color: #131550;
  margin-right: 50px;
  padding: 10px;
}

.announcementDetails.inner .tagCont .img {
  background-color: #d2c8ba;
}

.announcementDetails.inner .tagCont .img span:before {
  color: #000;
}

.announcementDetails.inner .tagCont .Txt {
  background-color: #e5dfd7;
  font: 100 1.125em lato;
  color: #000;
}

.media-component {
  margin-bottom: 30px;
}

.media-component .img-container {
  width: 100%;
  height: 250px;
}

.media-component .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-component .main-carousel .image {
  width: 100%;
  height: 550px;
  position: relative;
  padding: 10px;
}

.media-component .main-carousel .image::before {
  content: '';
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #9b8873;
}

.media-component .main-carousel .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.media-component .main-carousel .image {
  display: none;
}

.media-component .nav-carousel {
  padding: 22px 65px;
}

.media-component .nav-carousel .owl-nav .owl-next,
.media-component .nav-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.media-component .nav-carousel .owl-nav .owl-next.disabled,
.media-component .nav-carousel .owl-nav .owl-prev.disabled {
  opacity: 0.5;
}

.media-component .nav-carousel .owl-nav .owl-next i,
.media-component .nav-carousel .owl-nav .owl-prev i {
  font-weight: bold;
}

.media-component .nav-carousel .owl-nav .owl-next .icon-left-arrow:before,
.media-component .nav-carousel .owl-nav .owl-next .icon-right-arrow:before,
.media-component .nav-carousel .owl-nav .owl-prev .icon-left-arrow:before,
.media-component .nav-carousel .owl-nav .owl-prev .icon-right-arrow:before {
  color: #131550;
  font-size: 1.875em;
}

.media-component .nav-carousel .owl-nav .owl-next {
  left: 10px;
  right: auto;
}

.media-component .nav-carousel .owl-nav .owl-prev {
  right: 10px;
  left: auto;
}

.media-component .nav-carousel .owl-item {
  width: 160px;
  height: 114px;
  cursor: pointer;
}

.media-component .nav-carousel .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.media-component .nav-carousel .owl-item::before,
.media-component .nav-carousel .owl-item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 100%;
  height: 100%;
}

.media-component .nav-carousel .owl-item:after {
  border: 1px solid #9b8873;
}

.media-component .nav-carousel .owl-item.current::after {
  box-shadow: inset 0px 0px 0px 4px;
}

.media-component .nav-carousel .owl-item span[class*='icon-'] {
  font-size: 30px;
  position: absolute;
  bottom: 20px;
  color: #fff;
}

.media-component .nav-carousel .nav-item {
  height: 100%;
}

.stars-container {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 16px;
}

.stars-container:before {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  content: '★★★★★';
  color: lightgray;
  pointer-events: none;
}

.stars-container:after {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  left: auto;
  content: '★★★★★';
  color: gold;
  overflow: hidden;
  pointer-events: none;
}

.stars-container.stars-rate:after {
  width: 70%;
}

@media (max-width: 767px) {
  .announcementDetails.inner .btns .continue-shopping {
    margin: 20px 0 0 0;
  }

  .announcementDetails.inner .btns .add-to-cart {
    margin-top: 20px;
  }

  .announcementDetails.inner .shares .modal-dialog {
    max-width: 500px;
  }

  .media-component .main-carousel .image {
    height: 340px;
  }

  .best-seller .title {
    font-size: 1.25em;
  }
}

@media (max-width: 1023px) {
  .best-seller .card.best-seller {
    width: 340px;
  }
}

.shopping-cart {
  margin: 35px 0 65px;
}

.shopping-cart .shopping {
  background: #fff;
  padding: 30px 10px;
  align-items: center;
  margin-bottom: 30px !important;
}

.shopping-cart .shopping .continue-shopping {
  padding: 10px;
}

.shopping-cart .continue-shopping {
  border: 1px solid #131550;
  background: none;
  color: #131550;
  font-family: MarkaziText-Regular;
}

.shopping-cart .continue-shopping:hover {
  color: #131550;
}

.shopping-cart .continue-shopping .seperator {
  font-size: 30px;
  right: auto;
  left: 58px;
}

.shopping-cart .continue-shopping.remove {
  padding: 6px 15px 6px 60px;
  flex-grow: 1;
}

.shopping-cart .continue-shopping.remove .seperator {
  font-size: 1.375em;
  right: auto;
  left: 43px;
}

.shopping-cart .continue-shopping.remove .icon-shopkart {
  top: 6px;
  font-size: 1.25em;
  right: auto;
  left: 16px;
}

.shopping-cart .cart-content a.add-to-cart {
  margin: 20px 35px 0;
}

.shopping-cart .cart-content .order-summary {
  padding: 35px;
}

.shopping-cart .cart-content .cart-title {
  padding: 35px;
}

.shopping-cart .cart-content .card-img-top {
  border: 1px solid #9b8873;
  height: 100px;
  object-fit: contain;
}

.shopping-cart .card-body .rating {
  display: flex;
  align-items: center;
}

.shopping-cart .card-body .rating .replicas {
  background: #e6e0d9;
  padding: 2px 8px;
  font-size: 0.75em;
  color: #000;
  font-family: MarkaziText-Regular;
  margin-left: 6px;
}

.shopping-cart .card-body .total-price {
  padding-top: 12px;
}

.shopping-cart .card-img-top {
  border: 1px solid #9b8873;
  max-height: 100px;
  object-fit: contain;
}

.shopping-cart .selection {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.shopping-cart .selection select {
  border: 1px solid #131550;
  padding: 6px 30px;
  display: inline-block;
  color: #131550;
  vertical-align: middle;
  font-family: lato;
  outline: 0;
  z-index: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
}

.shopping-cart .selection .qty {
  color: #131550;
  font-size: 1em;
  font-family: MarkaziText-Bold;
}

.shopping-cart .selection .drop-down {
  position: relative;
  margin: 0 10px;
}

.shopping-cart .selection .drop-down input {
  border: 1px solid #131550;
  background: none;
  color: #131550;
  font-family: lato;
  padding: 10px;
  width: 90px;
}

.shopping-cart .selection .drop-down span {
  position: absolute;
  right: auto;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  border-right: solid #b8b8ca 1px;
  padding-right: 6px;
}

.shopping-cart .date {
  font-size: 0.875em;
  color: #727782;
  font-family: MarkaziText-Regular;
}

.orders h2 {
  font-size: 3.0625em;
  font-weight: 700;
  color: #131550;
  font-family: MarkaziText-Regular;
}

.orders h4 {
  font-size: 1.875em;
  color: #131550;
  font-family: MarkaziText-Regular;
  margin: 40px 0;
}

.orders .pending-orders-one {
  padding: 30px 0;
  font-family: MarkaziText-Regular;
}

.orders .pending-orders-one .order-content {
  background: #fff;
  padding: 25px 10px;
}

.orders .pending-orders-one .order-num {
  width: 180px;
  height: 135px;
  border: 1px solid #9b8873;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
}

.orders .pending-orders-one .order-num .order {
  font-size: 0.875em;
  color: #3e3f40;
}

.orders .pending-orders-one .order-num .num {
  font-size: 1.5em;
  color: #000;
}

.orders .pending-orders-one .prices label {
  font-size: 0.875em;
  color: #3e3f40;
  font-family: MarkaziText-Regular;
}

.orders .pending-orders-one .prices .total-price,
.orders .pending-orders-one .prices .LE {
  color: #2b4ca6;
  font-family: MarkaziText-Regular;
  font-weight: 700;
}

.orders .pending-orders-one .prices .total-price {
  font-size: 24px;
}

.orders .pending-orders-one .prices .LE {
  font-size: 16px;
  margin-right: 15px;
}

.orders .pending-orders-one .status {
  font-size: 1.125em;
  color: #3e3f40;
}

.orders .pending-orders-one .status .date {
  font-size: 0.875em;
  color: #727782;
  margin-top: 10px;
}

.orders .pending-orders-one .items-num {
  color: #131550;
}

.orders .pending-orders-one .items-num .num {
  margin-right: 20px;
}

.orders .pending-orders-one .add-to-cart.order {
  background: none;
  border: 1px solid #131550;
  color: #131550;
}

.orders .pending-orders-one .add-to-cart.order .seperator {
  font-size: 1.6875em;
  right: auto;
  left: 47px;
}

.orders .pending-orders-one .add-to-cart.order .icon-view {
  position: absolute;
  font-size: 1.388em;
  font-weight: 700;
  right: auto;
  left: 20px;
}

.orders .pending-orders-two .content-order-two-wrp {
  display: flex;
  flex-direction: column;
}

.orders .pending-orders-two .content-order-two {
  background: #fff;
  padding: 25px;
  margin-bottom: 30px;
  flex: 1 1 auto;
}

.orders .pending-orders-two .content-order-two img {
  border: 1px solid #9b8873;
  max-height: 200px;
  object-fit: contain;
}

.orders .pending-orders-two .content-order-two .card-title h5 {
  color: #000;
  font-size: 1.125em;
  font-weight: 700;
}

.orders .pending-orders-two .content-order-two label.rating {
  font-size: 1.125em;
  font-family: MarkaziText-Regular;
  padding: 1.25rem 0 5px 0;
  color: #3e3f40;
}

.orders .pending-orders-two .content-order-two .qty {
  padding-top: 1.125rem;
  display: flex;
  justify-content: space-between;
}

.orders .pending-orders-two .content-order-two .qty span {
  /*@include margin-left(30px);*/
}

.orders.previous h2 {
  margin-top: 140px;
  margin-bottom: 40px;
  font-size: 1.875em;
}

.orders.previous .previous {
  background: #fff;
  padding: 25px 10px;
  align-items: center;
}

.card-body .card-title {
  color: #000;
  font-size: 1.125em;
  font-weight: 700;
}

.card-body .price {
  color: #2b4ca6;
  font-family: MarkaziText-Regular;
  font-size: 1.5em;
  font-weight: 700;
}

.card-body .LE {
  font-size: 1.1666em;
  margin-right: 15px;
  color: #2b4ca6;
  font-family: MarkaziText-Regular;
  font-weight: 700;
}

@media (max-width: 767px) {
  .shopping-cart {
    margin: 0;
  }

  .shopping-cart .selection {
    flex-wrap: wrap;
    margin: 10px 0;
  }

  .shopping-cart .shopping .continue-shopping {
    padding: 10px;
  }

  .shopping-cart .date {
    margin: 10px 0;
  }

  .orders h2 {
    font-size: 3rem;
  }

  .orders h4 {
    margin: 0;
    font-size: 2rem;
  }

  .order-content .prices {
    margin-top: 10px;
  }

  .pending-orders-one .previous .date {
    margin-bottom: 15px;
  }

  .pending-orders-one .previous .prices {
    margin-top: 10px;
  }

  .orders.previous h2 {
    margin: 0 0 30px 0;
  }
}

@media (max-width: 472px) {
  .shopping-cart .selection .drop-down {
    margin: 0 10px 10px 0;
  }
}

@media (max-width: 825px) {

  .orders .pending-orders-one .status,
  .orders .pending-orders-one .items-num {
    margin-top: 20px;
  }

  .orders .pending-orders-one .btns {
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .pending-orders-one .btns .order {
    margin: 5px 0;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .orders .pending-orders-one .order-content .prices {
    padding-right: 27px;
  }

  .orders .pending-orders-one .add-to-cart.order .icon-shopkart,
  .orders .pending-orders-one .add-to-cart.order .icon-view {
    right: auto;
    left: 10px;
  }

  .orders .pending-orders-one .add-to-cart.order .seperator {
    right: auto;
    left: 35px;
  }

  .orders .pending-orders-one .btns .order {
    padding-right: 10px;
  }
}

@media (max-width: 1024px) {
  .shopping-cart {
    margin: 35px 0;
  }

  .orders.previous .pending-orders-one {
    padding: 0 0 30px 0;
  }

  .orders.previous .pending-orders-one .pending-orders-two .content-order-two {
    margin-bottom: 30px;
  }

  .orders.previous .pending-orders-one .pending-orders-one .add-to-cart.order {
    margin-top: 40px;
  }

  .orders.previous h2 {
    margin-top: 20px;
  }

  .orders.previous .status {
    margin-top: 20px;
  }

  .orders .pending-orders-two .content-order-two {
    margin-bottom: 30px;
  }

  .orders h4 {
    margin: 20px 0;
  }
}

.compare-item {
  margin-top: 30px;
}

.compare-item div[class^='col-'] {
  display: flex;
  flex-direction: column;
}

.compare-item .product-compare {
  padding: 0;
}

.compare-item .product-compare .cart-content .card-title {
  padding: 0;
  color: #131550;
}

.compare-item .product-compare .cart-content .card-title h4 {
  font-size: 1em;
  color: rgba(43, 76, 166, 0.502);
  font-weight: 700;
}

.compare-item .product-compare .cart-content .continue-shopping {
  border: 1px solid #131550;
  color: #131550;
  background: transparent;
}

.compare-item .product-compare .compared {
  padding: 0 20px 20px;
  display: flex;
  align-items: center;
}

.compare-item .product-compare .compared.disabled {
  opacity: .5;
}

.compare-item .product-compare .compared.disabled .checkmark {
  cursor: auto;
}

.compare-item .product-compare .compared img {
  width: 55px;
  height: 40px;
  margin-right: 42px;
}

.compare-item .product-compare .compared .compare-product {
  position: relative;
}

.compare-item .product-compare .compared .compare-product input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.compare-item .product-compare .compared .compare-product .checkmark {
  top: -3px;
  position: absolute;
  height: 13px;
  border: 1px solid #000;
  width: 13px;
  border-radius: 0;
  cursor: pointer;
  right: 0;
  left: auto;
  transform: translateX(50%);
}

.compare-item .product-compare .compared .compare-product .checkmark span {
  display: none;
}

.compare-item .product-compare .compared .compare-product input:checked~.checkmark span {
  display: block;
  position: relative;
  font-size: 17px;
  top: -5px;
  background-color: none;
  right: -10px;
  left: auto;
}

.compare-item .product-compare .compared span {
  margin-right: 10px;
}

.compare-item .product-compare .compared-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: 300px;
  overflow-y: auto;
}

.compare-item .details {
  padding: 30px;
  padding-bottom: 80px;
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
  flex: 1 1 auto;
}

.compare-item .details .image-wrp {
  height: 400px;
}

.compare-item .details .image-wrp img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.compare-item .details>a {
  border: 1px solid #9b8873;
  display: block;
  color: #fff !important;
}

.compare-item .details>a img {
  padding: 5px;
}

.compare-item .details .card-body {
  padding-bottom: 0;
  padding-right: 0;
}

.compare-item .details .card-body .card-title {
  color: #000;
  font-size: 1.125em;
  font-weight: 700;
}

.compare-item .details .card-body .price {
  font-size: 1.5em;
  color: #2b4ca6;
  font-family: MarkaziText-Regular;
  font-weight: 700;
}

.compare-item .details .card-body .price .le {
  font-size: 16px;
}

.compare-item .details .card-body .rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.compare-item .details .card-body .rating .replicas {
  background: #e6e0d9;
  padding: 2px 8px;
  font-size: 0.75em;
  color: #000;
  font-family: MarkaziText-Regular;
  margin-left: 6px;
}

.compare-item .details .card-body .rating .number {
  margin-right: 10px;
  color: #000;
  font-size: 0.875em;
  font-family: MarkaziText-Regular;
}

.compare-item .details .card-body .rating .stars-container {
  font-size: 1.25em;
  position: relative;
}

.compare-item .details .card-body .rating .stars-container:after {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  content: '★★★★★';
  color: gold;
  overflow: hidden;
  height: 100%;
}

.compare-item .details .card-body .sale span {
  font-size: 1em;
}

.compare-item .details .itemInfo {
  padding: 15px 0;
  font-size: 1.125em;
}

.compare-item .details .itemInfo .info {
  padding: 15px 0;
  border-bottom: 1px solid #e8e7eb;
  color: #131550;
  font-family: MarkaziText-Regular;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.compare-item .details .itemInfo .info.paragraph {
  border-bottom: 0;
}

.compare-item .details .add-to-cart {
  position: absolute;
  bottom: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  width: auto;
}

@media (max-width: 767px) {
  .compare-item .details {
    padding: 17px;
    padding-bottom: 70px;
  }

  .compare-item .details .add-to-cart {
    bottom: 17px;
    left: 17px;
    right: 17px;
    width: auto;
  }
}

@media (max-width: 1024px) {
  .compare-item .details {
    padding: 15px;
    padding-bottom: 70px;
  }

  .compare-item .details .image-wrp {
    height: auto;
  }

  .compare-item .details .add-to-cart {
    bottom: 17px;
    left: 15px;
    right: 15px;
  }
}

.checkout {
  background: #f4f2ef;
  padding: 55px 55px 40px 55px;
}

.checkout h2,
.checkout h4 {
  font-family: MarkaziText-Regular;
  color: #131550;
}

.checkout h4 {
  font-size: 1.5625em;
  margin: 40px 0;
}

.checkout h2 {
  font-size: 3.125em;
}

.checkout .content-order-two-wrp {
  display: flex;
  flex-direction: column;
}

.checkout .content-order-two {
  background: #fff;
  padding: 25px;
  margin-bottom: 30px;
  flex: 1 1 auto;
}

.checkout .content-order-two img {
  border: 1px solid #9b8873;
  max-height: 200px;
  object-fit: contain;
}

.checkout .content-order-two .card-title h5 {
  color: #000;
  font-size: 1.125em;
  font-weight: 700;
}

.checkout .content-order-two label.rating {
  font-size: 1.125em;
  font-family: MarkaziText-Regular;
  padding: 1.25rem 0 5px 0;
  color: #3e3f40;
}

.checkout .content-order-two .qty {
  padding-top: 1.125rem;
  color: #131550;
  display: flex;
  justify-content: space-between;
}

.checkout .order-details {
  margin-top: 20px;
}

.checkout .order-details .cart-content .order-summary {
  padding: 50px;
}

.checkout .order-details .cart-content .order-summary .price-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.checkout .order-details .cart-content .order-summary .price-details .total-price {
  margin-top: 0;
}

.shipment-data {
  font-family: MarkaziText-Regular;
  padding: 40px;
  background: #fff;
  margin-top: 30px;
}

.shipment-data .validation-summary-errors ul {
  list-style-type: none;
  color: #f90000;
  padding-right: 15px;
  padding-left: 15px;
}

.shipment-data h2 {
  font-weight: 700;
  color: #131550;
}

.shipment-data p {
  color: #474747;
}

.shipment-data .form {
  margin-top: 40px;
}

.shipment-data .form label {
  color: #131550;
}

.shipment-data .form input[type=text] {
  height: 3.9rem;
  border: 1px solid #131550;
  padding: .9rem;
  display: block;
  color: #131550;
  vertical-align: middle;
  font-size: 16px;
  outline: none;
}

.shipment-data .form .info {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.shipment-data .form .info .date-info {
  display: flex;
}

.shipment-data .form .info .date-info .date {
  margin-left: 4px;
  cursor: pointer;
}

.shipment-data .form .info .date-info .date .input-group-addon {
  position: absolute;
  right: auto;
  left: 9px;
  top: 8px;
  color: #131550;
}

.shipment-data .form .drop-down {
  position: relative;
}

.shipment-data .form .drop-down select {
  width: 100%;
  padding: 6px 30px;
  display: inline-block;
  color: #131550;
  font-family: MarkaziText-Regular;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #131550;
  outline: none;
}

.shipment-data .form .drop-down span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  color: #131550;
  right: auto;
  left: 10px;
}

.shipment-data .form .name {
  font-size: 16px;
}

.shipment-data .form textarea {
  height: 100px;
  border: 1px solid #131550;
  padding: 10px;
  outline: none;
  font-size: 16px;
}

.shipment-data .selectInput {
  position: relative;
}

.shipment-data .selectInput select {
  border: 1px solid #131550;
  padding: 6px;
  display: inline-block;
  color: #131550;
  vertical-align: middle;
  font-size: 16px;
  border-radius: 0;
  background: transparent;
  font-family: lato;
  height: 39px !important;
  outline: 0;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
}

.shipment-data .selectInput:after {
  position: absolute;
  top: 3rem;
  left: 2.5rem;
  color: rgba(32, 32, 96, 0.5);
  content: "\e909";
  display: inline-block;
  font-size: 2.5rem;
  font-family: PortalAndsubPortalIcons;
  z-index: 0;
}

.shipment-data .field-validation-error {
  color: #f90000;
}

.checkout-btns {
  padding: 40px;
}

.checkout-btns button.add-to-cart {
  width: 100%;
  background-color: #131550;
  color: #fff;
  text-align: right;
}

.checkout-btns .continue-shopping,
.checkout-btns .add-to-cart {
  border: 1px solid #131550;
  background: none;
  color: #131550;
  font-family: MarkaziText-Regular;
  padding: 10px !important;
  position: relative;
  cursor: pointer;
  display: block;
}

.checkout-btns .continue-shopping .seperator,
.checkout-btns .add-to-cart .seperator {
  position: absolute;
  font-size: 1.875em;
  top: 0;
  right: auto;
  left: 65px;
}

.checkout-btns .continue-shopping .icon-shopkart,
.checkout-btns .add-to-cart .icon-shopkart {
  position: absolute;
  font-size: 1.388em;
  right: auto;
  left: 20px;
}

@media (max-width: 1024px) {

  .checkout .cart-content .order-summary .shipment,
  .checkout .cart-content .order-summary .taxes {
    display: flex;
    justify-content: space-between;
  }

  .checkout .content-order-two {
    margin-bottom: 20px;
  }

  .shipment-data .form .info .calender {
    font-size: 0.9375em;
  }

  .checkout-btns .continue-shopping {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .checkout {
    padding: 0;
  }

  .checkout h2 {
    font-size: 1.6875em;
    padding-top: 30px;
  }

  .checkout h4 {
    margin: 20px 0;
  }

  .checkout .content-order-two {
    padding: 25px 0;
  }

  .checkout .content-order-two .card-body {
    padding: 1.25rem 0;
  }

  .checkout .order-details .cart-content .order-summary {
    padding: 15px;
  }

  .checkout .order-details .cart-content .order-summary .price-details .price {
    font-size: 1em;
  }

  .shipment-data {
    padding: 20px 0;
  }

  .shipment-data .form {
    margin-top: 20px;
  }

  .shipment-data .form .info {
    margin-bottom: 25px;
  }

  .shipment-data .form .info .dates {
    display: block;
  }

  .shipment-data .form .info .dates .inputWrapper input#dateFrom {
    margin-bottom: 30px;
  }

  .checkout-btns {
    padding: 0;
    margin-top: 25px;
  }

  .checkout-btns .continue-shopping {
    margin-top: 15px;
    padding: 10px;
  }

  .checkout-btns .continue-shopping .seperator {
    right: auto;
    left: 50px;
  }

  .checkout-btns a.add-to-cart .seperator {
    right: auto;
    left: 50px;
  }
}

.eshop-empty-template {
  /*height: 409px;*/
  background-color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.eshop-empty-template span {
  display: block;
  font-size: 16rem;
  margin-bottom: 2rem;
}

.eshop-empty-template span:before {
  color: #ccc;
}

.eshop-empty-template .empty-cart-txt {
  color: #131550;
  font-size: 3.5rem;
  font-family: MarkaziText-Regular;
  text-transform: capitalize;
}

@media (max-width: 825px) {
  .eshop-empty-template {
    height: auto;
  }

  .eshop-empty-template span {
    font-size: 12rem;
  }

  .eshop-empty-template .empty-cart-txt {
    font-size: 2.5rem;
  }
}

.audioplayer {
  height: 2.5em;
  /* 40 */
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  border: 1px solid #222;
  position: relative;
  z-index: 1;
  background: #333;
  background: -webkit-gradient(linear, right top, right bottom, from(#444), to(#222));
  background: -webkit-linear-gradient(top, #444, #222);
  background: -moz-linear-gradient(top, #444, #222);
  background: -ms-radial-gradient(top, #444, #222);
  background: -o-linear-gradient(top, #444, #222);
  background: linear-gradient(top, #444, #222);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 1.25em rgba(0, 0, 0, 0.5);
  /* 20 */
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 1.25em rgba(0, 0, 0, 0.5);
  /* 20 */
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 1.25em rgba(0, 0, 0, 0.5);
  /* 20 */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.audioplayer-mini {
  width: 2.5em;
  /* 40 */
  margin: 0 auto;
}

.audioplayer>div {
  position: absolute;
}

.audioplayer-playpause {
  width: 2.5em;
  /* 40 */
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 0;
}

.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
  border-left: 1px solid #555;
  border-left-color: rgba(255, 255, 255, 0.1);
}

.audioplayer-mini .audioplayer-playpause {
  width: 100%;
}

.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
  background-color: #222;
}

.audioplayer-playpause a {
  display: block;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -0.5em 0 0 -0.25em;
}

.audioplayer-playing .audioplayer-playpause a {
  width: 0.75em;
  /* 12 */
  height: 0.75em;
  /* 12 */
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -0.375em 0 0 -0.375em;
  /* 6 */
}

.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
  width: 40%;
  height: 100%;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 0;
}

.audioplayer-playing .audioplayer-playpause a:before {
  right: 0;
}

.audioplayer-playing .audioplayer-playpause a:after {
  left: 0;
}

.audioplayer-time {
  width: 4.375em;
  /* 70 */
  height: 100%;
  line-height: 2.375em;
  /* 38 */
  text-align: center;
  z-index: 2;
  top: 0;
}

.audioplayer-time-current {
  border-right: 1px solid #111;
  border-right-color: rgba(0, 0, 0, 0.25);
  right: 2.5em;
  /* 40 */
}

.audioplayer-time-duration {
  border-left: 1px solid #555;
  border-left-color: rgba(255, 255, 255, 0.1);
  left: 2.5em;
  /* 40 */
}

.audioplayer-novolume .audioplayer-time-duration {
  border-left: 0;
  left: 0;
}

.audioplayer-bar {
  height: 0.875em;
  /* 14 */
  background-color: #222;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  left: 6.875em;
  /* 110 */
  right: 6.875em;
  /* 110 */
  margin-top: -0.438em;
  /* 7 */
}

.audioplayer-novolume .audioplayer-bar {
  left: 4.375em;
  /* 70 */
}

.audioplayer-bar div {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.audioplayer-bar-loaded {
  background-color: #333;
  z-index: 1;
}

.audioplayer-bar-played {
  background: #007fd1;
  background: -webkit-gradient(linear, right top, left top, from(#007fd1), to(#c600ff));
  background: -webkit-linear-gradient(right, #007fd1, #c600ff);
  background: -moz-linear-gradient(right, #007fd1, #c600ff);
  background: -ms-radial-gradient(right, #007fd1, #c600ff);
  background: -o-linear-gradient(right, #007fd1, #c600ff);
  background: linear-gradient(right, #007fd1, #c600ff);
  z-index: 2;
}

.audioplayer-volume {
  width: 2.5em;
  /* 40 */
  height: 100%;
  border-right: 1px solid #111;
  border-right-color: rgba(0, 0, 0, 0.25);
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
}

.audioplayer-volume:hover,
.audioplayer-volume:focus {
  background-color: #222;
}

.audioplayer-volume-button {
  width: 100%;
  height: 100%;
}

.audioplayer-volume-button a {
  width: 0.313em;
  /* 5 */
  height: 0.375em;
  /* 6 */
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  top: 40%;
  right: 35%;
}

.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: '';
  position: absolute;
}

.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  /* 8 */
  border-right: none;
  border-left-color: #fff;
  z-index: 2;
  top: 50%;
  left: -0.25em;
  margin-top: -0.5em;
  /* 8 */
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
  width: 0.313em;
  /* 5 */
  height: 0.313em;
  /* 5 */
  border: 0.25em double #fff;
  /* 4 */
  border-width: 0.25em 0.25em 0 0;
  /* 4 */
  right: 0.563em;
  /* 9 */
  top: -0.063em;
  /* 1 */
  -webkit-border-radius: 0 0.938em 0 0;
  /* 15 */
  -moz-border-radius: 0 0.938em 0 0;
  /* 15 */
  border-radius: 0 0.938em 0 0;
  /* 15 */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.audioplayer-volume-adjust {
  height: 6.25em;
  /* 100 */
  cursor: default;
  position: absolute;
  right: 0;
  left: -1px;
  top: -9999px;
  background: #222;
  background: -webkit-gradient(linear, right top, right bottom, from(#444), to(#222));
  background: -webkit-linear-gradient(top, #444, #222);
  background: -moz-linear-gradient(top, #444, #222);
  background: -ms-radial-gradient(top, #444, #222);
  background: -o-linear-gradient(top, #444, #222);
  background: linear-gradient(top, #444, #222);
  -webkit-border-top-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
  opacity: 0;
}

.audioplayer-volume:hover .audioplayer-volume-adjust {
  top: auto;
  bottom: 100%;
}

.audioplayer-volume-adjust>div {
  width: 40%;
  height: 80%;
  background-color: #222;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 30% auto 0;
}

.audioplayer-volume-adjust div div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #007fd1;
  background: -webkit-gradient(linear, right bottom, right top, from(#007fd1), to(#c600ff));
  background: -webkit-linear-gradient(bottom, #007fd1, #c600ff);
  background: -moz-linear-gradient(bottom, #007fd1, #c600ff);
  background: -ms-radial-gradient(bottom, #007fd1, #c600ff);
  background: -o-linear-gradient(bottom, #007fd1, #c600ff);
  background: linear-gradient(bottom, #007fd1, #c600ff);
}

.audioplayer-novolume .audioplayer-volume {
  display: none;
}

.audioplayer-play,
.audioplayer-pause,
.audioplayer-volume a {
  -webkit-filter: drop-shadow(1px 1px 0 #000);
  -moz-filter: drop-shadow(1px 1px 0 #000);
  -ms-filter: drop-shadow(1px 1px 0 #000);
  -o-filter: drop-shadow(1px 1px 0 #000);
  filter: drop-shadow(1px 1px 0 #000);
}

.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.audioplayer-bar,
.audioplayer-volume-adjust>div {
  -webkit-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.1);
}

.audioplayer-volume-adjust div div,
.audioplayer-bar-played {
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
}

.audioplayer-volume-adjust {
  -webkit-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.15), 2px -2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.15), 2px -2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.15), 2px -2px 2px rgba(0, 0, 0, 0.15);
}

.audioplayer *,
.audioplayer *:before,
.audioplayer *:after {
  -webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  -moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  -ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  -o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}

/*@import '../frameWork/animate.css';*/
canvas.canvas_whiteboard,
canvas.incomplete_shapes_canvas_whiteboard {
  width: 46%;
  border: 1px solid #d7d7d7;
  margin-top: 40px;
  right: 21%;
  height: initial !important;
  min-height: 500px;
  top: 250px;
}

#custom-file-uploader-container {
  height: fit-content;
  border: 1px solid #131550;
  padding: 9px;
  display: block;
  color: #131550;
  vertical-align: middle;
  font-size: 1.35rem;
  border-radius: 0;
  background: transparent;
  outline: 0;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
}

#custom-file-uploader {
  background-color: #f0f0f0;
  border: 1px grey solid;
  width: fit-content;
  height: fit-content;
  border-radius: 3px;
  margin: 0px 4px 0px 0px;
  padding: 1px 6px
}

.showMoreWhiteColor {
  color: white;
  margin-right: 3px;
}

.pin {
  width: 20px;
  height: 20px;
  border-radius: 50% 50% 50% 0;
  background: #3c65b4;
  /* position: absolute; */
  transform: rotate(-45deg);
  /* left: 50%; */
  /* top: 50%; */
  /* margin: 0 0 0 -10px; */
}

.pin-contact-us {
  width: 20px;
  height: 20px;
  border-radius: 50% 50% 50% 0;
  background: #3c65b4;
  position: absolute;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: 0 0 0 -10px;
}

.pin:after {
  content: "";
  width: 8px;
  height: 8px;
  margin: 28.8%;
  background: #112557;
  position: absolute;
  border-radius: 50%;
}

.pin-contact-us:after {
  content: "";
  width: 8px;
  height: 8px;
  margin: 28.8%;
  background: #112557;
  position: absolute;
  border-radius: 50%;
}

.azure-maps-control-button,
#locateMeButton {
  background-color: #444444 !important;
  border-radius: 50% !important;
  border: 1px solid rgba(237, 231, 225, 0.2);
  margin: 5px !important;
}

.azure-maps-control-button:hover {
  background-color: #5c5c5c !important;
}

#locateMeButton {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 999;
  right: 10px;
  top: 7px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzAuNSIgaGVpZ2h0PSIzMC41IiB2aWV3Qm94PSIwIDAgMzAuNSAzMC41Ij48c3R5bGU+LnN0MHtmaWxsOiM0NDR9LnN0MXtvcGFjaXR5Oi40fS5zdDJ7ZmlsbDojMTExfS5zdDN7ZmlsbDojNDM0MjQ0fS5zdDR7ZmlsbDojZmZmfTwvc3R5bGU+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMTUuMyIgY3k9IjE1LjMiIHI9IjEzIi8+PHBhdGggZD0iTTE1LjMgMi4zYzcuMiAwIDEzIDUuOCAxMyAxM3MtNS44IDEzLTEzIDEzLTEzLTUuOC0xMy0xMyA1LjgtMTMgMTMtMTNtMC0yQzcgLjMuMyA3IC4zIDE1LjNzNi43IDE1IDE1IDE1IDE1LTYuNyAxNS0xNS02LjgtMTUtMTUtMTV6IiBjbGFzcz0ic3QxIi8+PHBhdGggY2xhc3M9InN0MiIgZD0iTTE1LjMgMy4zYzYuNiAwIDEyIDUuNCAxMiAxMnMtNS40IDEyLTEyIDEyLTEyLTUuNC0xMi0xMiA1LjMtMTIgMTItMTJtMC0xYy03LjIgMC0xMyA1LjgtMTMgMTNzNS44IDEzIDEzIDEzIDEzLTUuOCAxMy0xMy01LjktMTMtMTMtMTN6Ii8+PGc+PGNpcmNsZSBjbGFzcz0ic3QzIiBjeD0iMTUuMyIgY3k9IjE1LjMiIHI9IjYuNSIvPjxwYXRoIGNsYXNzPSJzdDQiIGQ9Ik0xNS4zIDkuM2MzLjMgMCA1LjkgMi42IDUuOSA1LjlzLTIuNiA1LjktNS45IDUuOS01LjktMi42LTUuOS01LjkgMi42LTUuOSA1LjktNS45bTAtMWMtMy45IDAtNyAzLjEtNyA3czMuMSA3IDcgNyA3LTMuMSA3LTctMy4yLTctNy03eiIvPjxjaXJjbGUgY2xhc3M9InN0NCIgY3g9IjE1LjMiIGN5PSIxNS4zIiByPSIzLjUiLz48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  background-size: cover;
  /* or 'contain' depending on your use case */
  background-position: center;
  /* centers the image in the element */
  cursor: pointer;
}

#locateMeButton:hover {
  background-color: #5c5c5c !important;
}

.azure-maps-control-button {
  width: 40px !important;
  height: 40px !important;



}

.azure-maps-control-button.zoom-out {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzAuNSIgaGVpZ2h0PSIzMC41IiB2aWV3Qm94PSIwIDAgMzAuNSAzMC41Ij48c3R5bGU+LnN0MHtmaWxsOiM0NDR9LnN0MXtvcGFjaXR5Oi40fS5zdDJ7ZmlsbDojMTExfS5zdDN7ZmlsbDpub25lO3N0cm9rZTojZmZmO3N0cm9rZS13aWR0aDoxLjU7c3Ryb2tlLW1pdGVybGltaXQ6MTB9PC9zdHlsZT48Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSIxNS4zIiBjeT0iMTUuMyIgcj0iMTMiLz48cGF0aCBkPSJNMTUuMyAyLjNjNy4yIDAgMTMgNS44IDEzIDEzcy01LjggMTMtMTMgMTMtMTMtNS44LTEzLTEzIDUuOC0xMyAxMy0xM20wLTJDNyAuMy4zIDcgLjMgMTUuM3M2LjcgMTUgMTUgMTUgMTUtNi43IDE1LTE1LTYuOC0xNS0xNS0xNXoiIGNsYXNzPSJzdDEiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMTUuMyAzLjNjNi42IDAgMTIgNS40IDEyIDEycy01LjQgMTItMTIgMTItMTItNS40LTEyLTEyIDUuMy0xMiAxMi0xMm0wLTFjLTcuMiAwLTEzIDUuOC0xMyAxM3M1LjggMTMgMTMgMTMgMTMtNS44IDEzLTEzLTUuOS0xMy0xMy0xM3oiLz48cGF0aCBjbGFzcz0ic3QzIiBkPSJNOC44IDE1LjNoMTMiLz48L3N2Zz4=') !important;
  background-repeat: no-repeat;
  background-size: cover;
  /* or 'contain' depending on your use case */
  background-position: center;
  background-size: cover !important;
}

.azure-maps-control-button.zoom-in {
  background-image: url('data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzAuNSIgaGVpZ2h0PSIzMC41IiB2aWV3Qm94PSIwIDAgMzAuNSAzMC41Ij48c3R5bGU+LnN0MHtmaWxsOiM0NDR9LnN0MXtvcGFjaXR5Oi40fS5zdDJ7ZmlsbDojMTExfS5zdDN7ZmlsbDpub25lO3N0cm9rZTojZmZmO3N0cm9rZS13aWR0aDoxLjU7c3Ryb2tlLW1pdGVybGltaXQ6MTB9PC9zdHlsZT48Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSIxNS4zIiBjeT0iMTUuMyIgcj0iMTMiLz48cGF0aCBkPSJNMTUuMyAyLjNjNy4yIDAgMTMgNS44IDEzIDEzcy01LjggMTMtMTMgMTMtMTMtNS44LTEzLTEzIDUuOC0xMyAxMy0xM20wLTJDNyAuMy4zIDcgLjMgMTUuM3M2LjcgMTUgMTUgMTUgMTUtNi43IDE1LTE1LTYuOC0xNS0xNS0xNXoiIGNsYXNzPSJzdDEiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMTUuMyAzLjNjNi42IDAgMTIgNS40IDEyIDEycy01LjQgMTItMTIgMTItMTItNS40LTEyLTEyIDUuMy0xMiAxMi0xMm0wLTFjLTcuMiAwLTEzIDUuOC0xMyAxM3M1LjggMTMgMTMgMTMgMTMtNS44IDEzLTEzLTUuOS0xMy0xMy0xM3oiLz48cGF0aCBjbGFzcz0ic3QzIiBkPSJNOC44IDE1LjNoMTNNMTUuMyA4Ljh2MTMiLz48L3N2Zz4=') !important;
  background-size: cover !important;
}

.azure-maps-control-container {
  margin-top: 55px !important;
}

.map-styling {
  height: 380px;
  width: 100%;
}

.mediaItemHeight {
  height: 250px !important;
}

.exhibitionImg {
  height: 17rem;
  width: 100%;
  object-fit: cover;
}

.itemMainDescription {
  font: 300 1.4rem lato;
  line-height: 1.4;
  margin-top: 2px;
}

.ExhibitionDetails.ticketTipsCont {
  padding: 6rem 5% 2rem 10%;
  width: 100% !important;
  flex-direction: row;
  padding: 0px;
}

.ExhibitionDetails .ticketPriceSec {
  width: 100% !important;
  background: unset;
  background-color: #f3f0eb !important;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 3rem 7% 3rem 30%
}

.innerTitle h3 {
  font: 700 4.9rem play;
  font-size: 3rem;
}

@media (max-width: 1000px) {
  .ExhibitionDetails .ticketPriceSec {
    padding: 3rem 10% 3rem 7%;
  }
}

@media (max-width: 800px) {

  .ExhibitionDetails .ticketPriceSec {
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
  }

  .ticketPriceSec div {
    margin: 5px;
  }

  .Exhibition-desc {
    font-size: 1rem !important;
  }
}

.ExhibitionLogo img {
  width: 100%;
  min-height: 10rem;
  filter: brightness(50%);
}

.ExhibitionLogo {
  position: relative;
}

.Exhibition-title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: white;
  /* Adjust text color */
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  /* Optional: Adds shadow for readability */

}

.Exhibition-desc {
  font-size: 20px;
  font-weight: 200;
}

.Publications img {
  width: 100%;
  min-height: 20rem;
  filter: brightness(50%);
}

.Publications {
  position: relative;
}

.Publications-title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: white;
  /* Adjust text color */
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.Publications-desc {
  font-size: 20px;
  font-weight: 200;
  padding-bottom: 2rem;
  padding-top: 0.8rem;
}

.Publications-btn {
  font-size: 16px;
  color: #000 !important;
  font-weight: 400;
  background-color: #fff;
  padding: 1.4rem 2.5rem;
  text-shadow: none;
}

.Publications-btn:hover {
  color: #000 !important;
}

.ticketPriceSec div {
  /* display:flex; */
}

.missionInformation {
  background-color: #b6afbb;
}

.missionInformation .missionContent {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 0 6rem 0;
}

.missionLink {
  margin: 1rem 0;
}

.missionInformation span {
  font-size: 2rem;
  color: #131550
}

.missionInformation .missionInfoCont {
  display: flex;
  margin: 1rem 0;
  padding: 0;
}

.missionInfoTitle {
  color: #131550;
  font-weight: bolder;
  padding-top: 6rem;
  font-size: 4rem;
}

.missionInformation .missionInformationValue {
  font-size: 2rem;
  color: #131550;
  font-weight: bolder;
}

.textCont .directorName {
  margin-bottom: 1rem;
  color: #131550;
}

.directorSharingCont {
  display: flex;
  justify-content: space-between;
}

.validationMsg {
  color: red;
  font-size: 14px;
  text-align: center;
}

.mapContainer-ContentUs {
  width: 100%;
  height: 30rem;
}

.itemMainDecriptionCon {
  display: -webkit-box;
  /* Enables multiline truncation */
  -webkit-box-orient: vertical;
  /* Specifies vertical orientation */
  overflow: hidden;
  /* Hides overflowing text */
  text-overflow: ellipsis;
  /* Adds the ellipsis */
  -webkit-line-clamp: 3;
  /* Limits the lines to 3 */
  line-height: 1.5;
  /* Adjusts line spacing */
  height: 6rem !important;
  /* max-height: calc(1.4em * 3); */
}

.itemMainDecriptionCon .itemMainDescription {
  color: #131550;
  font: 300 1.4rem lato
}

/* .realExhDate{
    display:flex;
    align-items: flex-start;
  } */

.RealExhDateContainer .dateTxt {
  margin: 0.2rem 1.5rem !important;
}

@media (max-width:768px) {
  .inner-listing .btnWrapperFiltraion {
    height: fit-content;
  }
}

@media (min-width:770px) {
  /* .inner-listing .btnWrapperFiltraion{
      height:100%;
    } */
}

.expirenceParagraph {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* Hide overflow text */
  text-overflow: ellipsis;
  /* Show "..." when text is cut off */
}

.icon-reverse-next {
  transform: rotate(180deg);
}

.containerR {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.titleR {
  color: #1b1b4d;
  /* Dark navy blue */
  font-size: 24px;
  font-weight: bold;
}

.infoR {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #444;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.iconR {
  width: 16px;
  height: 16px;
}

/* Icon placeholders */
.icon.locationR::before {
  content: "📍";
}

.icon.clockR::before {
  content: "⏰";
}

.showTicketUrl {
  color: #131550;
  background: transparent;

  font: 100 1.5rem play;
  cursor: pointer;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px;
  transition: all 0.3s linear;
  text-decoration: underline;
}

.showTicketUrl:hover {
  /* background-color: #131550; */
  color: white;
}

.truncateTitle {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.itemMainDescription {
  line-height: 1.4 !important;
}

.listItem.listItemVirtualExh {
  width: calc((100% - 3rem) / 3) !important;
}

@media (max-width: 1024px) {
  .listItem.listItemVirtualExh {
    width: calc((100% - 3rem) / 2) !important;
  }
}

@media (max-width: 825px) {
  .listItem.listItemVirtualExh {
    width: calc((100% - 3rem) / 1) !important;
  }
}

@media (max-width: 667px) and (orientation: landscape) {
  .listItem.listItemVirtualExh {
    width: 100% !important;
  }
}

@media (max-width: 767px) and (min-width: 750px) {
  .filtrationItemVirtualExh.filtrationItem input {
    width: 80% !important;
  }
}

#virtualExhibitionItem {
  height: 38rem !important;
}

@media(max-width: 825px) {
  #virtualExhibitionsListingSec {
    height: fit-content !important;
  }
}

.storiesItemHeight {
  height: 50rem !important;
}

.locationPopup {
  width: unset !important;
  margin-left: 5px !important;
}

@media (max-width: 825px) {
  .customVideo.customVideoPopup {
    width: unset !important;
    height: unset !important;
  }
}

@media (min-width: 826px) {
  .customVideo.customVideoPopup {
    width: 100% !important;
    height: 100% !important;
  }
}

@media (max-width: 482px) {
  .customVideo.customVideoPopup {
    width: unset !important;
    height: 60% !important;
  }
}

.realExhibitionsInfo {
  background-color: #d1cbd6;
  color: #1e1648;
  padding: 5rem;
  border: 1px solid #ddd;
}

.realExhibitionsInfo h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.musuemName p {
  font: 400 1.8rem lato;
  color: #131550;
  margin-left: 10px;
  white-space: nowrap;

}

.musuemAddress p {
  font: 400 1.8rem lato;
  color: #131550;
  margin-left: 10px;
  white-space: nowrap;

}

.musuemName span {
  font: 600 1.8rem lato;
  color: #131550;

}

.musuemAddress span {
  font: 600 1.8rem lato;
  color: #131550;

}

.realExhibitionItemInfo {
  border-top: solid #c5bcb3 1px;
  border-bottom: solid #c5bcb3 1px;
  padding: 1.9rem 0px;
  font-family: lato;
  color: #131550;
}

.realExhibitionItemLocation .icon-location,
.realExhibitionItemDate .icon-time {
  font-size: 2.5rem;
  color: #808590;
}

.dateContainerMission {
  margin-right: -25px;
}

.storiesItemHeight {
  height: 50rem !important;
}

@media (min-width: 992px) {
  .missionItemWidth {
    flex: 0 0 18.666667% !important;
  }
}

.audioplayer-playpause {
  margin-right: 3px;
  transform: rotate(180deg);
}

.itemDetails.storyItem h3 {
  white-space: nowrap;
}


#viewer canvas {
  height: 55vh !important;
}

#viewer-story canvas {
  height: 100vh !important;
}

.bg-blackk {
  background-color: #000000;
}

/* fixing custom video */
@media (max-width: 825px) and (min-width: 482px) {
  .mediaCenterPopup.media-container .modal-dialog .itemPopup .mediaContainer.mediaVideo video {
    max-width: 100%;
    max-height: 80%;
    background-color: #000;
    display: block;
    margin: 0 auto;
  }
}

/* fixing youtube video */
@media (max-width:820px) {

  .mediaCenterPopup.media-container .modal-dialog .itemPopup .mediaContainer.mediaVideo iframe {
    max-width: 100%;
    max-height: 49%;
    background-color: #000;
    display: block;
    margin: 0 auto;
  }

}

.mediaCenterPopup.media-container .modal-dialog .itemPopup .infoContainer.articleInfoContainer {
  max-height: 100% !important;
}

.mediaCenterPopup.media-container .modal-dialog .itemPopup .itemDetails.articleItemDetails {
  height: unset !important;
}

.inputWrapper.missionDateInputWrapper {
  border: unset !important;
}

#listingItemExh {
  height: 575px !important;
}

#storyCardItemTitle {
  font-size: 2.2rem !important;
}

@media (max-width:470px) {
  .mediaCenterPopup .modal-dialog .itemPopup .itemDetails.itemDetails360External {
    height: 20rem !important;
  }
}

/* Styles for home page components */
.missionBoxTile {
  color: #fff !important;
}


.eventsSlide .headerBox .missionExploreTitle p {
  color: white !important;
  font-size: 17px;
}

.signUpBtnContainer {
  border: 1px #fff solid;
  padding: 10px;
  margin: 10px;
  position: absolute;
  top: 43vh;
  right: 13vw;

}

.signUpBtnContainer p {
  margin-bottom: 0;
  color: #fff;
}

.eventsSlide .headerBox.headerBoxMission {
  width: 23vw;
  height: 25vh;
}

.missionSection {
  position: absolute;
  top: 57vh;
  right: 13vw;
  width: 85vw;
  /* border:3px green solid; */
  padding: 8px;
}

.missionSection h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.missionItem {
  /* border:3px red solid; */
  background-color: #fff;
}

.missionCardImg,
.missionCardDetails {
  /* border:3px gold solid; */
}

.missionCardImg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.missionCardImg img {
  width: 100%;
  height: 90%;
  object-fit: cover;
}

.missionCard {
  min-height: 25vh;
}

.missionCity {
  font-size: 13px !important;
  font-weight: 400 !important;
}

.missionCard .icon-location,
.missionCard .icon-time {
  font-size: unset !important;
  height: unset !important;
}

.missionCard #borderWrapper {
  border-top: unset;
}

.missionCard #borderWrapper .infoCont .Location {
  margin-bottom: 8px;
}

.missionCard #borderWrapper .infoCont {
  padding: 5px !important;
  margin-right: 10px;
}

.date-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #eeebe7;
  padding: 1.6rem 1.7rem 1.8rem;
  width: 50px;
  height: 50px;
}

.date-number {
  color: #202060;
  font: 700 2rem lato;
  line-height: 1.1;

}

.date-month {
  color: #131550;
  font: 500 1.2rem play;
  margin-top: 0.2rem
}

.missionCard #borderWrapper .infoCont .Date .dateTxt {
  margin: unset !important;
}

.missionCard .itemMainTitle {
  /* font: 700 1rem play; */
  color: #131550 !important;
  width: 100%;
  margin: 5px 0px 0px 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 1.3;
  max-height: 3em;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
}

.missionCard .discoverMore {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 5px;
}

.missionCard .discoverMore .Txt {

  font-size: 12px;
  font-weight: bold;
  color: #131550;
  float: left;
  font-size: 11px;
}

.missionCard .discoverMore .More {
  margin: 0 1rem 0rem 1.5rem;
  background: #131550;
  font-size: 7px;
  color: #fff;
  padding: 4px 4px 0px 4px;
  border-radius: 100%;
  display: flex;
  width: 15px;
  height: 15px;
  justify-content: center;
}

.missionCardDetails .dateContainerMission {
  margin-right: 0px !important;
}

.filterByCity {
  /* position: absolute; */
  /* left: 38%; */
  /* top: 12.5%; */
}

.filterByCity select {
  border: 1px solid #fff;
  padding: 9px;
  display: inline-block;
  color: white;
  vertical-align: middle;
  font-size: 1.35rem;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
  font-family: lato;
  height: 38px;
  min-width: 200px !important;
  outline: 0;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 stroke%3D%22white%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%3E%3Cpolyline points%3D%226 9 12 15 18 9%22/%3E%3C/svg%3E') no-repeat left center;
  background-size: 30px 30px;
}

.filterByCity select option {
  background-color: #4a4b74;
  opacity: 0.5;
}

/* .filterByCity .dropDown:after {
  position: absolute;
  top: 0.2rem;
  left: 26.4rem;
  color: #fff;
  content: "\e909";
  display: inline-block;
  font-size: 2.5rem;
  font-family: PortalAndsubPortalIcons;
  z-index: 0;
} */
.filterByCity .title {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.missionMapContaier {
  width: 46.5vw;
  height: 38vh;
  position: absolute;
  right: 38%;
  top: 14%;
}

.missionCard .dateBold,
.missionCard .missionCity,
.missionCard .infoCont .Date .dateTxt {
  font-size: 12px !important;
}

.missionCard .dateBold {
  margin-right: 1rem !important;
}

.custom-pin {
  position: relative;
  width: 20px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pin-map {
  width: 20px;
  height: 20px;
  background-color: #dd352e;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.stick-map {
  width: 2px;
  height: 20px;
  background-color: #666b83;

}

.socialContainer .mainImage:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: opacity .5s;
}

.socialContainer .mainImage:hover:after {
  opacity: .4;
}

.socialContainer .mainImage .itemBox h3 {
  color: #FFFFFF !important;
  position: relative;
  z-index: 9;
}


.viewer-container canvas {
  width: 100% !important;
  height: 71% !important;
}

.viewer-container-story canvas {
  width: 100% !important;
  height: 100% !important;
}

.viewer-container-360-popup canvas {
  width: 90% !important;
  margin-left: 5%;
  margin-top: 1rem;
  height: 71% !important;
}

#viewer-historical canvas {
  height: 80vh !important;
  width: 100% !important;
}

.bg-blackk {
  background-color: #000000;
}

@media (max-width: 825px) {
  #viewer canvas {
    height: 30vh !important;
  }

  #viewer-story canvas {
    height: 20vh !important;
    width: 100% !important;
  }

  #viewer-historical canvas {
    height: 40vh !important;
    width: 100% !important;
  }

  .bg-blackk {
    background-color: #000000;
    width: 100% !important;
  }
}


.socialIcons .storyBadge {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3c367b;
  width: 3vw;
  height: 3vw;
  transform: none !important;
  position: relative;
  z-index: 1;
  top: 7%;
  left: -8%;
  margin-bottom: 4vh;
}

.socialIcons .storyBadge span {
  font-size: 1.8vw;
  color: #fff;
}

.notifcation_icon {
  color: #fff;
}

.missionPopupContainer {
  min-width: 150px;
  position: absolute;
  /* transform: translate(-50%, -100%);  */
  white-space: wrap;
  background: white;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);

}

.missionPopupContainer .missionName {
  border-bottom: 1px #807969 solid;
  white-space: wrap !important;
}

.missionPopupContainer .missionPopupTitle h3 {
  color: #67676c !important;
}

.missionPopupContainer .missionCity {
  display: flex;

}

.missionPopupContainer .discoverMore {
  display: flex;
  align-items: center;

}

.missionPopupContainer .discoverMore .Txt {
  font: 700 1.6rem play;
  color: #131550;
  float: left;
}

.missionPopupContainer .discoverMore .More {
  margin: 0 1rem 0rem 1.5rem;
  background: #131550;
  font-size: 1.25rem;
  color: #fff;
  padding: 4px 4px 0px 4px;
  border-radius: 100%;
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
}

.missionMapContaier .filterByCity .dropDown select {
  max-width: 250px !important;
}

/* Media Query for tablet  */
@media (max-width: 820px)and (min-width:480px) {
  .missionMapContaier {
    position: unset;
    width: 80%;
    margin: 10%;
    margin-top: 7%;
    margin-left: 15%;
    height: 350px;
  }

  .signUpBtnContainer {
    position: unset;
    width: 40%;
    text-align: center;
    margin-right: 30%;
  }

  .filterByCity .dropDown:after {
    display: none;
  }

  .filterByCity select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 stroke%3D%22white%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%3E%3Cpolyline points%3D%226 9 12 15 18 9%22/%3E%3C/svg%3E') no-repeat left center;
    background-size: 30px 30px;
  }

  .filterByCity .title {
    font-size: 3vw;
  }

  .missionMapContaier .filtrationItem {
    display: block !important;
  }

  .missionMapContaier .filterByCity .dropDown select {
    max-width: 50% !important;
    margin-right: 25%;
    margin-top: 10px;
    margin-bottom: 10px;

  }

  .missionSection {
    position: unset;
    margin-top: 20%;
    margin-right: 10%;
  }

  .missionsContainer {
    display: block !important;

  }

  .missionCard {
    min-height: 15vh;
  }

  .missionCardImg img {
    width: 100%;
    height: 90%;
  }

  .missionItem {
    margin-bottom: 15px;
  }

  .missionCard .dateBold {
    font-size: 7px;
  }

  .missionCard .itemMainTitle {
    font-size: 12px;
  }

  .missionCard .discoverMore .Txt {
    font-size: 8px;
  }

  .missionSection h2 {
    padding: 0px 10px 10px 0px;
  }

  .missionItem {
    max-width: 95%;
  }

  .eventsSlide .headerBox.headerBoxMission {
    width: 60vw !important;
    height: 37.67vw !important;
  }

  .eventsSlide .headerBox .headerBoxTitle.missionBoxTile {
    right: 8%;
  }

  .eventsSlide .headerBox .missionExploreTitle p {
    font-size: 3.2vw;
  }

  .missionCard .missionCity,
  .missionCard .dateBold,
  .missionCard .infoCont .Date .dateTxt {
    font-size: 12px !important;
  }

  .missionCard .icon-location {
    font-size: 2rem !important;
  }

  .expeditionItem {
    width: unset !important;
    min-width: 2rem;
  }


  .missionCardDetails .date-container {
    width: 70px !important;
    height: 70px !important;
  }

  .missionCardDetails .date-number {
    font: 700 3rem lato;
  }

  .missionCardDetails .date-month {
    font: 600 1rem lato;
  }

  .missionSection h2 {
    margin-bottom: 1.5rem !important;
  }

  /* Remove read more text in responsive */
  .missionCard .discoverMore .Txt {
    display: none;
  }

  .missionCard .discoverMore .More {
    margin: 0px !important;
  }

  .missionCard .discoverMore .More {
    font-size: 10px;
    width: 20px;
    height: 20px;
  }

  .missionCard .discoverMore {
    left: 1px;
  }

}


/* Media Query for large tablets */
@media (max-width: 1025px) and (min-width:820px) {
  .eventsSlide .headerBox .headerBoxTitle.missionBoxTile {
    left: 11%;
  }

  .eventsSlide .headerBox.headerBoxMission {
    width: 26vw;
    height: 16vh;
  }

  .missionMapContaier {
    height: 14.5vh;
  }


  .signUpBtnContainer {
    top: 35vh;
    right: 5.5vw;
    width: 25%;
    text-align: center;
  }

  .eventsSlide .headerBox .headerBoxTitle.missionBoxTile {
    top: 15%;
  }

  .eventsSlide .headerBox.headerBoxMission .headerBoxLink {
    bottom: 12%;
  }


  .missionSection {
    top: 43vh;
  }

  .missionItem {
    width: 95% !important;
  }

  .missionCard {
    min-height: 14vh;
  }

  .missionCardImg img {
    width: 100%;
  }

  .missionItem {
    margin-bottom: 15px;
  }


  .missionCard .missionCity,
  .missionCard .dateBold,
  .missionCard .infoCont .Date .dateTxt {
    font-size: 12px !important;
  }

  .missionCard .icon-location {
    font-size: 2rem !important;
  }

  .expeditionItem {
    width: unset !important;
    min-width: 2rem;
  }

  .missionCardDetails .date-container {
    width: 70px !important;
    height: 70px !important;
  }

  .missionCardDetails .date-number {
    font: 700 3rem lato;
  }

  .missionCardDetails .date-month {
    font: 600 1rem lato;
  }

  .missionSection h2 {
    margin-bottom: 1.5rem !important;
  }

  .missionCard .itemMainTitle {
    font-size: 15px;
  }

  /* Remove read more text in responsive */
  .missionCard .discoverMore .Txt {
    display: none;
  }

  .missionCard .discoverMore .More {
    margin: 0px !important;
  }

  .missionCard .discoverMore .More {
    font-size: 11px;
    width: 20px;
    height: 20px;
  }

  .missionCard .discoverMore {
    left: 1px;
  }

}

@media (min-width: 1023px) and (max-width: 1030px) {
  .missionSection {
    max-width: 75% !important;
  }
}

@media (min-width: 1031px) {
  .missionSection {
    max-width: 100% !important;
  }
}

/* Media Query for mobile  */
@media (max-width: 480px) {
  .missionMapContaier {
    position: unset;
    width: 80%;
    margin: 10%;
    height: 350px;
  }

  .signUpBtnContainer {
    position: unset;
    width: 60%;
    text-align: center;
    margin-right: 20%;
  }

  .filterByCity .dropDown:after {
    display: none;
  }

  .filterByCity select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 stroke%3D%22white%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%3E%3Cpolyline points%3D%226 9 12 15 18 9%22/%3E%3C/svg%3E') no-repeat left center;
    background-size: 30px 30px;
  }

  .missionMapContaier .filtrationItem {
    display: block !important;
  }

  .missionMapContaier .filterByCity .dropDown select {
    max-width: 60% !important;
    margin-right: 17%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .missionSection {
    position: unset;
    margin-top: 25%;
    margin-right: 10%;
  }

  .missionsContainer {
    display: block !important;
  }

  .missionCard {
    min-height: 17vh;
  }

  .missionCardImg img {
    width: 80px;
    height: 90%;
  }

  .missionItem {
    margin-bottom: 15px;
  }

  .missionCard .dateBold {
    font-size: 7px;
  }

  .missionCard .itemMainTitle {
    font-size: 12px;
  }

  .missionSection .missionsContainer #borderWrapper .infoCont .Location .Txt {
    font-size: 12px !important;
  }

  .missionCard .discoverMore .Txt {
    font-size: 8px;
  }

  .missionSection h2 {
    padding: 0px 10px 10px 0px;
  }

  .headerBox.headerBoxMission {
    width: 64vw !important;
    height: 37.67vw !important;
  }

  /* Remove read more text in responsive */
  .missionCard .discoverMore .Txt {
    display: none;
  }

  .missionCard .discoverMore .More {
    margin: 0px !important;
  }

  .missionCard .discoverMore .More {
    font-size: 7px;
    width: 15px;
    height: 15px;
  }

  .missionCard .discoverMore {
    left: 1px;
  }

}

/* Media Query for small mobile  */
@media (max-width: 375px) {
  .missionCard {
    min-height: 24vh;
  }

  /* Remove read more text in responsive */
  .missionCard .discoverMore .Txt {
    display: none;
  }

  .missionCard .discoverMore .More {
    margin: 0px !important;
  }

  .missionCard .discoverMore .More {
    font-size: 7px;
    width: 15px;
    height: 15px;
  }

  .missionCard .discoverMore {
    left: 1px;
  }


}




.mediaCenterPopup .modal-dialog .itemPopup .itemDetails.itemDetails360External {
  height: 35rem;
}

.mediaCenterPopup .modal-dialog .itemPopup .itemDisc.item360Disc {
  flex-basis: unset;
}

.missionName h3 {
  font-size: 11px !important;
  font-weight: bold;
}

.missionPopupContainer .Txt {
  font: unset !important;
  font-size: 10px !important;
  font-weight: 400 !important;
}

.missionPopupContainer .discoverMore .More {
  margin: 0 5px 0rem 5px;
  background: #131550;
  font-size: 5px;
  color: #fff;
  padding: 3px 3px 0px 3px;
  border-radius: 100%;
  display: flex;
  width: 10px;
  height: 10px;
  justify-content: center;
}

.missionPopupCityContainer {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 10px !important;
  font-weight: 400 !important;
}

.missionPopupCityContainer .city {
  margin: 0 5px 0rem 5px;
}

.popup-close {
  right: 130px !important;
}

@media (min-width: 820px)and (max-width: 825px) {
  .signUpBtnContainer {
    width: 30%;
    margin-right: 35%;
  }
}



.spinner-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: contents;
  /* Remove container's box */
}

.spinner {
  margin: auto;
  position: relative;
  top: 170px;
  border: 8px solid rgba(255, 255, 255, 0.3);
  border-top: 8px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  z-index: 99999999999;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.itemMainTitle-Line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.itemInfo .AntiquityId {
  margin-bottom: 2rem !important;
  font-size: 1.6rem;
  color: #131550;
}

/* Specific rule for tablet iPad pro in landscape  */
@media screen and (min-width: 1366px) and (max-width: 1366px) and (orientation: landscape) {
  .missionCard {
    min-height: 15vh !important;
  }
}

/* Specific rule for tablet iPad air in landscape  */
@media screen and (min-width: 1180px) and (max-width: 1180px) {
  .missionCard {
    min-height: 17vh !important;
  }
}


/* Media Query for Rotation  */

@media screen and (max-width: 375px)and (orientation:landscape) {
  .missionCard {
    min-height: 20vh !important;
  }
}

@media screen and (min-width: 376px) and (max-width: 768px)and (orientation:landscape) {

  /* Tablets and small devices */
  .missionCard {
    min-height: 40vh !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px)and (orientation:landscape) {

  /* Medium devices, large tablets */
  .eventsSlide .headerBox.headerBoxMission {
    width: 26vw;
    height: 33vh;
    max-height: 24.7vw;
    left: 6.08vw;
    top: 18vh;
    background-image: linear-gradient(to bottom, #cecfd1 20%, #d3d4d6), linear-gradient(to right, #cecfd1, #ccccce 55%, #fffdf4 67%, #fffdf4 72%, #949597), linear-gradient(to bottom, #949597, #949597), linear-gradient(to left, #949597, #e8e9eb 26%, #d3d4d6 92%);
    background-size: 11px 100%, 100% 11px, 11px 100%, 100% 11px;

  }

  .signUpBtnContainer {
    top: 54vh;
    left: 10vw;
  }

  .missionSection {
    top: 65vh;
  }

  .missionMapContaier {
    top: 18vh !important;
  }

  .missionMapContaier {
    height: 40.5vh;
  }

  .missionCard {
    min-height: 18vh !important;
  }
}


/* Larger devices like desktops */
/* @media screen and (min-width: 1025px)and (orientation:landscape) {

  
  .missionCard {
    min-height: 17vh !important;
  }
} */

@media screen and (max-width: 390px) {
  #header .topHeaderCont .headerLinksStatic>div {
    margin: unset !important;
  }

  #header .topHeaderCont .headerLinksStatic {
    justify-content: space-between !important;
  }
}

@media screen and (min-width: 391px) and (max-width: 1024px) {
  #header .topHeaderCont .headerLinksStatic {
    justify-content: end !important;
  }
}

.missionPopupContainer .missionName h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: calc(1.5em * 3);
}

#DiscoverEgyptMap #locateMeButton {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 999;
  right: 9vw;
  top: unset;
  bottom: 110px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzAuNSIgaGVpZ2h0PSIzMC41IiB2aWV3Qm94PSIwIDAgMzAuNSAzMC41Ij48c3R5bGU+LnN0MHtmaWxsOiM0NDR9LnN0MXtvcGFjaXR5Oi40fS5zdDJ7ZmlsbDojMTExfS5zdDN7ZmlsbDojNDM0MjQ0fS5zdDR7ZmlsbDojZmZmfTwvc3R5bGU+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMTUuMyIgY3k9IjE1LjMiIHI9IjEzIi8+PHBhdGggZD0iTTE1LjMgMi4zYzcuMiAwIDEzIDUuOCAxMyAxM3MtNS44IDEzLTEzIDEzLTEzLTUuOC0xMy0xMyA1LjgtMTMgMTMtMTNtMC0yQzcgLjMuMyA3IC4zIDE1LjNzNi43IDE1IDE1IDE1IDE1LTYuNyAxNS0xNS02LjgtMTUtMTUtMTV6IiBjbGFzcz0ic3QxIi8+PHBhdGggY2xhc3M9InN0MiIgZD0iTTE1LjMgMy4zYzYuNiAwIDEyIDUuNCAxMiAxMnMtNS40IDEyLTEyIDEyLTEyLTUuNC0xMi0xMiA1LjMtMTIgMTItMTJtMC0xYy03LjIgMC0xMyA1LjgtMTMgMTNzNS44IDEzIDEzIDEzIDEzLTUuOCAxMy0xMy01LjktMTMtMTMtMTN6Ii8+PGc+PGNpcmNsZSBjbGFzcz0ic3QzIiBjeD0iMTUuMyIgY3k9IjE1LjMiIHI9IjYuNSIvPjxwYXRoIGNsYXNzPSJzdDQiIGQ9Ik0xNS4zIDkuM2MzLjMgMCA1LjkgMi42IDUuOSA1LjlzLTIuNiA1LjktNS45IDUuOS01LjktMi42LTUuOS01LjkgMi42LTUuOSA1LjktNS45bTAtMWMtMy45IDAtNyAzLjEtNyA3czMuMSA3IDcgNyA3LTMuMSA3LTctMy4yLTctNy03eiIvPjxjaXJjbGUgY2xhc3M9InN0NCIgY3g9IjE1LjMiIGN5PSIxNS4zIiByPSIzLjUiLz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

#DiscoverEgyptMap #locateMeButton.discoverEGYTreasureLocateMe {
  z-index: 998;
}

#DiscoverEgyptMap .bottom-left.subcontrol-container {
  position: absolute;
  bottom: 0;
  right: 8vw !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.mapsOverlayDiscoverEgyptMap {
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.MapsTabsMainCont .mapsFiltrationCont.firstFilter:before {
  content: "أماكن سياحية";
}

/* Extra Small Devices (Phones - Portrait) */
@media screen and (max-width: 480px) {
  .socialIcons .storyBadge {
    width: 12vw;
    height: 12vw;
  }

  .socialIcons .storyBadge span {
    font-size: 6.8vw;
  }

  #DiscoverEgyptMap .azure-maps-control-container {
    flex-direction: row !important;
    margin-right: 14vw !important;
  }

  #DiscoverEgyptMap #locateMeButton {
    bottom: 10px !important;
  }
}

/* Medium Devices (Tablets) */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #DiscoverEgyptMap .azure-maps-control-container {
    flex-direction: row !important;
    margin-right: 7vw !important;
  }

  #DiscoverEgyptMap #locateMeButton {
    bottom: 10px !important;
  }
}

/* Large Devices (Laptops, Small Desktops) */
@media only screen and (min-width: 1024px) and (max-width: 1250px) {
  #DiscoverEgyptMap .azure-maps-control-container {
    flex-direction: row !important;
    margin-right: 6vw !important;
  }

  #DiscoverEgyptMap #locateMeButton {
    bottom: 10px !important;
  }
}

/* Extra Large Devices (Large Desktops, TVs) */
@media only screen and (min-width: 1251px) {
  #DiscoverEgyptMap .azure-maps-control-container {
    flex-direction: coulmn !important;
  }

}

.MapsTabsMainCont .mapsFiltrationCont:before {
  content: "مراحل التاريخ";
}

.MapsTabsMainCont.active nav .nav.nav-tabs.nav-tabs-map .nav-item {
  word-break: unset !important;
  display: flex;
  justify-content: space-evenly;
}

/* .MapsTabsMainCont .mapsFiltrationCont .control {
  line-height: 1;
} */

.discover-egyptian-treasure .MapsTabsMainCont .mapsFiltrationCont #mapsFiltrationCheck .tab-pane .ListItemCont .mapsListFiltration {
  margin-right: unset;
}

.featuredEventSecCard {
  padding-top: 5vh;
  background: #fff;
}

.toolsIconsCont a {
  cursor: pointer;
}

.dinternal {
  height: 70%;
  background: #000000;
}

.dinternal_map {
  height: 70%;
}

.dinternal-story {
  height: 100%;
  background: #000000;
}

.inner-listing .filter .dropDown:after {
  left: 1rem !important;
}


.logoContainer .imgCont img {
  height: 10rem;
}

.logoContainer .txtCont .logoLgTxt {
  font-weight: 700;
  font-size: 1.4rem;
}

.logoContainer .txtCont .logoSubTitleTxt {
  font-size: 1.3rem;
  font-weight: 700;
}

@media(max-width:575px) {
  .logoContainer.logoContainerInnerPages .imgCont img {
    height: 20vw;
  }

  .formCont .contactUs {
    width: 100% !important;
  }

  .txtCont.logoTxtContainer {
    margin-top: 3vw !important;
  }

  .logoLgTxt.logoLgTxtInnerPages {
    margin-bottom: 1vw !important;
  }

  #header .topHeaderCont .logoContainer {
    margin-left: 2vw !important;
  }
}

.icon-twitter:before {
  font-size: large;
  display: flex;
  justify-content: center;
}

.itemDetails .icon-twitter:before {
  font-size: small;
  display: flex;
  justify-content: center;
}

.eventLocation {
  display: flex;
  align-items: center;
}


.tooltip-container {
  position: relative;
  display: inline-block;
  direction: rtl;
  /* Ensures right-to-left direction */
}

.tooltip-text {
  visibility: hidden;
  background-color: #3e4552;
  color: white;
  text-align: right;
  /* Align text to the right */
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  bottom: 125%;
  /* Keeps it above the icon */
  right: -350%;
  /* Move tooltip to the left side */
  transform: translate(50%, 0);
  /* Adjust positioning */
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 11px;
  width: max-content;
  /* Ensures tooltip width adapts to content */
  max-width: 250px;
  /* Prevents too-wide tooltips */
  z-index: 1000;
  font-family: "Tajawal", Arial, sans-serif;
  /* Use a font that supports Arabic well */
  unicode-bidi: embed;
  /* Helps with proper text rendering */
}

.tooltip-container:hover .tooltip-text,
.tooltip-container:focus-within .tooltip-text,
.tooltip-container.tooltip-active .tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* Styles for news details page */
.newsDetailsMainTitle h1 {
  font: 700 2.9rem play;
  color: #131550;
  padding: 1rem 0;
  line-height: 1.2;
  margin-bottom: 0;
}

.newsDetailsDate .Date {
  font: 400 1.536rem lato;
}

.newsDetailsDate.PublicationDetailsDate .Date {
  font: unset;
}

.linksContNewsDetails .tagCont {
  display: flex;
  align-items: center;
}

.linksContNewsDetails .tagCont .img {
  background-color: #b7afc9;
  font-size: 2rem;
  padding: 0.5rem;
  height: 4rem;
  display: flex;
  align-items: center;
}

.linksContNewsDetails .tagCont .Txt {
  background-color: #d5d3e0;
  font: 400 1.5rem lato;
  color: #131550;
  padding: 0.7rem;
  height: 4rem;
  display: flex;
  align-items: center;
}

.linksContNewsDetails .tagCont {
  margin-left: 1em;
}

.periodDetailsCont .descriptionImageCont .DescriptionSection .linksCont.linksContNewsDetails {
  margin-bottom: 1rem;
}

.newsDetailsDate {
  padding: 1rem 0;
}

.newsDetailsDescription {
  padding: 1rem 0;
}

.menuOpened .logoContainer.logoContainerInnerPages {
  display: none !important;
}

.anchorContainer {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Styles For Libraries */

.Library-title .Exhibition-desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 2rem;
  font-family: "Playfair Display";
}

.ExhibitionLogo.LibrariesImgContainer img {
  width: 87vw;
  height: 40vh;
  filter: brightness(50%);
  object-fit: cover;

}

.LibrariesImgContainer.ExhibitionLogo {
  height: 40vh;
  position: relative;
}

.LibrariesImgContainer.ExhibitionLogo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3a3229;
  opacity: 0.7;
  pointer-events: none;
}

.LibrariesImgContainer .Exhibition-title {
  z-index: 995;
}

.library-download-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.library-download-btn-container a {
  text-decoration: none;
  color: #3a3229;
  font-size: 15px;
  font-weight: normal;
  background-color: #fff;
  padding: 1rem 2rem;
  text-shadow: unset;

}

.Exhibition-title.Library-title {
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}



.listingLibraryItem img {
  height: 18rem !important;

}

.listingLibraryItem {
  width: calc((100% - 3rem) / 4) !important;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-left: 1rem !important;
  margin-bottom: 1rem;
}

.listingLibraryItem:nth-child(4n) {
  margin-left: 0 !important;
}

.eventsListingCont .listingMainCont.listingLibraryItem .listingItem {
  padding: 0rem !important;
}

.libraryItemDetails {
  padding: 1.8rem;
}

#listingLibraryItemID {
  height: 44rem;
}

#virtualExhibitionsListingSec.listingLibraryItem {
  height: 44rem;
}

.libraryItemDetails .location {
  margin-bottom: 1rem;
  padding: .7rem 0;
  color: #352e64;
  padding: 1rem 0;
  font-family: lato;
  border-top: 2px solid #ebebed;
  border-bottom: 2px solid #ebebed;
  margin-bottom: 1rem;
}

.libraryItemDetails .location span {
  font-weight: 700;
  margin-left: 5px;
}

.libraryItemDetails .location p {
  margin-bottom: 0;
}

.itemMainTitle.libraryTitle {
  font: 700 2.5rem play !important;
  line-height: 1.4;
  display: inline-block;
  color: #131550;
  margin: 0 0 1.6rem !important;
}

.LibraryItemTitle h1 {
  font: 700 2.9rem play;
  color: #131550;
  padding: 1rem 0;
  line-height: 1.2;
  margin-bottom: 0;
}

.libraryAddress {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.libraryAddress .icon-location {
  margin-left: 12px;
  font-size: 2.3rem;
}

.itemInfoLibrary .icon-location {
  margin-left: 5px;
}

.libraryAddress p {
  font: 100 1.7rem play;
  color: #131550;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.libraryContactInfo {
  font: 100 1.7rem play;
  color: #131550;
  margin-top: 2rem;
  line-height: 1.5;
}

.missionContent.libraryContent {
  display: block;
}



.periodDetailsCont .descriptionImageCont .DescriptionSection .linksCont.linksContLibrary {
  margin-bottom: 1rem;
}

.termsOfViewSec {
  background-color: #fff;
  width: 80%;
  margin: 5% 10%;
  padding: 5rem;
  font: 400 1.6rem lato;
  color: #131550;
  line-height: 1.5;
}

.termsOfViewSec h1 {
  margin-bottom: 1rem;
  font: 700 2.9rem play;
  color: #131550;
  padding: 1rem 0;
  line-height: 1.2;
}


.periodDetailsCont .monuments .monumentsSlider.featuredBooks .slick-slide {
  height: 65vh !important;
}

.featuredBooksSliderWrp {
  background-color: #eae6e8;
  height: 100%;
}

.featuredBooks .headerBox {
  height: 95vh !important;
}

.periodDetailsCont .monuments .monumentsSlider.featuredBooks .slick-slide .monumentImgCont {
  height: 35vh !important;
}

.bookDetails {
  border: solid #b3a494 1px;
  padding: 1.5rem;
  height: 25vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 5px;
}

.bookDetails .monumentsTitle a {
  justify-content: center;
  margin: 0 !important;
  line-height: 1.5;
}

.bookAuther {
  margin-top: 1rem;
}

.bookAuther a {
  font: 400 1.6rem lato;
  color: #131550 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.periodDetailsCont .monuments .monumentsSlider.featuredBooks .slick-slide .monumentImgCont {
  border: none;
}

.periodDetailsCont .monuments.featuredBooks .icon-dotedArrowLeft {
  right: 31.5vw;
}

.periodDetailsCont .monuments.featuredBooks .icon-dotedArrowRight {
  left: 32vw;
}

.featuredBooks .deatailsMainTitle {
  color: #131550 !important;
  font-family: "play" !important;
  font-size: 50px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 150% !important;
  margin-left: 2.2rem;
}

.bookDetails .monumentsTitle a {
  line-height: 1.3 !important;
}

.periodDetailsCont .monuments.featuredBooks .deatailsMainTitle {
  white-space: nowrap;
}





/* For iPhone SE */
@media (max-width: 377px) {
  .LibrariesImgContainer.ExhibitionLogo {
    height: 30vh;
  }

  .ExhibitionLogo.LibrariesImgContainer img {
    height: 30vh;
    width: 92vw;
  }

  .listingLibraryItem {
    width: 100% !important;
    margin-right: 0 !important;
  }

  #listingLibraryItemID {
    min-height: 45rem !important;
  }

  .periodDetailsCont .monuments.featuredBooks .headerBox {
    height: 75vh !important;
  }

  .periodDetailsCont .monuments.featuredBooks .deatailsMainTitle {
    white-space: nowrap;
  }

  .featuredBooks .deatailsMainTitle {
    font-size: 38px !important;
  }

  .periodDetailsCont .monuments.featuredBooks .monumentsSlider .slick-slide .monumentsTitle a {
    font-size: 12px;
    line-height: 1.4 !important;
  }

  .periodDetailsCont .monuments .monumentsSlider.featuredBooks .slick-slide {
    height: 55vh !important;
  }

  .bookAuther a {
    font-size: 12px;

  }

  .featuredBooks .monumentsTitle {
    margin-top: 5px;
  }

  .bookDetails {
    height: 25vh;
  }

  .periodDetailsCont .monuments .monumentsSlider.featuredBooks .slick-slide .monumentImgCont {
    height: 25vh !important;
  }

  .library-download-btn-container a {
    font-size: 12px;
  }

  .Exhibition-title.Library-title .Exhibition-desc {
    font-size: 12px !important;
    line-height: 1.5;
  }


  .itemExpandedContainer .bookAuther a {
    white-space: nowrap;
  }

  /* Title Expanded */

  .itemExpandedContainer .bookDetails {
    height: fit-content !important;
  }

  .monuments.itemExpandedContainer.featuredBooks .headerBox {
    height: fit-content !important;
  }


  .monuments.itemExpandedContainer .monumentsSlider.featuredBooks .slick-slide {
    height: fit-content !important;
  }

  /* Auther Name Expanded */

  .itemExpandedAutherContainer .bookAuther a {
    white-space: unset;
  }

  .itemExpandedAutherContainer .bookDetails {
    height: fit-content !important;
  }

  .monuments.itemExpandedAutherContainer.featuredBooks .headerBox {
    height: fit-content !important;
  }


  .monuments.itemExpandedAutherContainer .monumentsSlider.featuredBooks .slick-slide {
    height: fit-content !important;
  }



  .LibrariesImgContainer.ExhibitionLogo {
    height: 38vh !important;
  }

  .ExhibitionLogo.LibrariesImgContainer img {
    height: 38vh !important;
    width: 92vw !important;
  }

  .library-download-btn-container a {
    font-size: 12px !important;
  }

  .Exhibition-title.Library-title .Exhibition-desc {
    font-size: 12px !important;
    line-height: 1.5;
  }

  .itemExpandedContainer .bookDetails {
    height: fit-content !important;
  }

  .itemExpandedContainer .headerBox {
    height: fit-content !important;
  }

  .bookAuther span.see-more {
    display: block;
  }


  .monuments.itemExpandedContainer.itemExpandedAutherContainer.featuredBooks .headerBox {
    height: fit-content !important;
  }

  .monuments.itemExpandedContainer.featuredBooks .headerBox {
    height: 90vh !important;
  }

}

/* Extra Small devices (phones, 0px - 575px) */
@media (min-width: 377px) and (max-width: 575px) {

  .LibrariesImgContainer.ExhibitionLogo {
    height: 34vh;
  }

  .ExhibitionLogo.LibrariesImgContainer img {
    height: 34vh;
    width: 92vw;
  }


  .listingLibraryItem {
    width: 100% !important;
    margin-left: 0 !important;
  }

  #listingLibraryItemID {
    min-height: 43rem !important;
  }

  .periodDetailsCont .monuments.featuredBooks .headerBox {
    height: 70rem !important;
  }

  .periodDetailsCont .monuments.featuredBooks .monumentsSlider .slick-slide .monumentsTitle a {
    font-size: 1.7rem;
  }

  .bookAuther a {
    font-size: 12px;
  }

  .periodDetailsCont .monuments.featuredBooks .headerBox {
    height: 55rem !important;
  }

  .periodDetailsCont .monuments .monumentsSlider.featuredBooks .slick-slide {
    height: 50vh !important;
  }

  .periodDetailsCont .monuments .monumentsSlider.featuredBooks .slick-slide .monumentImgCont {
    height: 25vh !important;
  }


  .bookDetails {
    height: 21vh;
  }


  .library-download-btn-container a {
    font-size: 12px;
  }

  .Exhibition-title.Library-title .Exhibition-desc {
    font-size: 14px !important;
    line-height: 1.5;
  }


  /* Title Expanded */

  .itemExpandedContainer .bookDetails {
    height: fit-content !important;
  }

  .monuments.itemExpandedContainer.featuredBooks .headerBox {
    height: fit-content !important;
  }


  .monuments.itemExpandedContainer .monumentsSlider.featuredBooks .slick-slide {
    height: fit-content !important;
  }

  /* Auther Name Expanded */

  .itemExpandedAutherContainer .bookAuther a {
    white-space: unset;
  }

  .itemExpandedAutherContainer .bookDetails {
    height: fit-content !important;
  }

  .monuments.itemExpandedAutherContainer.featuredBooks .headerBox {
    height: fit-content !important;
  }


  .monuments.itemExpandedAutherContainer .monumentsSlider.featuredBooks .slick-slide {
    height: fit-content !important;
  }


}

/* Small devices (phones, 576px - 767px) */
@media (min-width: 576px) and (max-width: 770px) {
  .LibrariesImgContainer.ExhibitionLogo {
    height: 20vh;
  }

  .ExhibitionLogo.LibrariesImgContainer img {
    height: 20vh;
    width: 86vw;
  }

  .listingLibraryItem {
    width: calc((100% - 2rem) / 2) !important;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-left: 2rem !important;
    margin-bottom: 1rem;
  }

  .listingLibraryItem:nth-child(2n) {
    margin-left: 0 !important;
  }

  .periodDetailsCont .monuments.featuredBooks .headerBox {
    height: 60rem !important;
  }

  .periodDetailsCont .monuments .monumentsSlider.featuredBooks .slick-slide {
    height: 43vh !important;
  }

  .periodDetailsCont .monuments .monumentsSlider.featuredBooks .slick-slide .monumentImgCont {
    height: 25vh !important;
  }


  .bookDetails {
    height: 15vh;
  }

  .Exhibition-title.Library-title .Exhibition-desc {
    font-size: 16px !important;
    line-height: 1.3;
  }

  .library-download-btn-container a {
    font-size: 12px !important;
  }

  /* Title Expanded */

  .itemExpandedContainer .bookDetails {
    height: fit-content !important;
  }

  .monuments.itemExpandedContainer.featuredBooks .headerBox {
    height: fit-content !important;
  }


  .monuments.itemExpandedContainer .monumentsSlider.featuredBooks .slick-slide {
    height: fit-content !important;
  }

  /* Auther Name Expanded */

  .itemExpandedAutherContainer .bookAuther a {
    white-space: unset;
  }

  .itemExpandedAutherContainer .bookDetails {
    height: fit-content !important;
  }

  .monuments.itemExpandedAutherContainer.featuredBooks .headerBox {
    height: fit-content !important;
  }


  .monuments.itemExpandedAutherContainer .monumentsSlider.featuredBooks .slick-slide {
    height: fit-content !important;
  }


  .monuments.itemExpandedContainer.itemExpandedAutherContainer.featuredBooks .headerBox {
    height: 84vh !important;
  }

  .monuments.itemExpandedContainer.featuredBooks .headerBox {
    height: 72vh !important;
  }

  .monuments.itemExpandedAutherContainer.featuredBooks .headerBox {
    height: 72vh !important;
  }


}

/* Medium devices (tablets, 768px - 991px) */
@media (min-width: 770px) and (max-width: 991px) {
  .LibrariesImgContainer.ExhibitionLogo {
    height: 20vh;
  }

  .ExhibitionLogo.LibrariesImgContainer img {
    height: 20vh;
    width: 85vw;
  }

  .listingLibraryItem {
    width: calc((100% - 2rem) / 2) !important;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-left: 2rem !important;
    margin-bottom: 1rem;
  }

  .listingLibraryItem:nth-child(2n) {
    margin-left: 0 !important;
  }

  .inner-listing .filter .filtrationComponents.filtrationComponentsLibraries {
    width: 97% !important;
  }

  .periodDetailsCont .monuments.featuredBooks .headerBox {
    height: 80rem !important;
  }

  .periodDetailsCont .monuments .monumentsSlider.featuredBooks .slick-slide {
    height: 43vh !important;
  }

  .periodDetailsCont .monuments .monumentsSlider.featuredBooks .slick-slide .monumentImgCont {
    height: 25vh !important;
  }


  .bookDetails {
    height: 15vh;
  }


  .Library-title .Exhibition-desc {
    font-weight: 200;
    line-height: 1.4;
    padding: 0 1rem;
    font-family: "Playfair Display";
    font-size: 18px !important;
  }

  .library-download-btn-container a {
    font-size: 12px !important;
  }

  /* Title Expanded */

  .itemExpandedContainer .bookDetails {
    height: fit-content !important;
  }

  .monuments.itemExpandedContainer.featuredBooks .headerBox {
    height: fit-content !important;
  }


  .monuments.itemExpandedContainer .monumentsSlider.featuredBooks .slick-slide {
    height: fit-content !important;
  }

  /* Auther Name Expanded */

  .itemExpandedAutherContainer .bookAuther a {
    white-space: unset;
  }

  .itemExpandedAutherContainer .bookDetails {
    height: fit-content !important;
  }

  .monuments.itemExpandedAutherContainer.featuredBooks .headerBox {
    height: fit-content !important;
  }


  .monuments.itemExpandedAutherContainer .monumentsSlider.featuredBooks .slick-slide {
    height: fit-content !important;
  }

  .monuments.itemExpandedContainer.itemExpandedAutherContainer.featuredBooks .headerBox {
    height: 75vh !important;
  }

  .monuments.itemExpandedContainer.featuredBooks .headerBox {
    height: 65vh !important;
  }

  .monuments.itemExpandedAutherContainer.featuredBooks .headerBox {
    height: 65vh !important;
  }



}

/* Large devices - Ipad Pro */
@media (min-width: 992px) and (max-width: 1050px) {
  .LibrariesImgContainer.ExhibitionLogo {
    height: 15vh;
  }

  .ExhibitionLogo.LibrariesImgContainer img {
    height: 15vh;
    width: 86vw;
  }


  .listingLibraryItem {
    width: calc((100% - 3rem) / 3) !important;
    margin-left: 1.5rem;
  }

  .listingLibraryItem:nth-child(4n) {
    margin-left: 1.5rem !important;
  }

  .listingLibraryItem:nth-child(3n) {
    margin-left: 0 !important;
  }

  .periodDetailsCont .monuments.featuredBooks .icon-dotedArrowRight {
    left: 2vw;
  }

  .periodDetailsCont .monuments.featuredBooks .icon-dotedArrowLeft {
    right: 2vw;
  }

  .periodDetailsCont .monuments.featuredBooks .headerBox {
    height: 70rem !important;
  }

  .periodDetailsCont .monuments .monumentsSlider.featuredBooks .slick-slide {
    height: 40vh !important;
  }

  .periodDetailsCont .monuments .monumentsSlider.featuredBooks .slick-slide .monumentImgCont {
    height: 23vh !important;
  }


  .bookDetails {
    height: 15vh;
  }

  .Library-title .Exhibition-desc {
    font-size: 18px !important;
  }

  .library-download-btn-container a {
    font-size: 12px !important;
  }

  /* Title Expanded */

  .itemExpandedContainer .bookDetails {
    height: fit-content !important;
  }




  .monuments.itemExpandedContainer .monumentsSlider.featuredBooks .slick-slide {
    height: fit-content !important;
  }

  /* Auther Name Expanded */

  .itemExpandedAutherContainer .bookAuther a {
    white-space: unset;
  }

  .itemExpandedAutherContainer .bookDetails {
    height: fit-content !important;
  }

  .monuments.itemExpandedAutherContainer.featuredBooks .headerBox {
    height: fit-content !important;
  }


  .monuments.itemExpandedAutherContainer .monumentsSlider.featuredBooks .slick-slide {
    height: fit-content !important;
  }

  .monuments.itemExpandedContainer.itemExpandedAutherContainer.featuredBooks .headerBox {
    height: 74vh !important;
  }

  .monuments.itemExpandedContainer.featuredBooks .headerBox {
    height: 60vh !important;
  }

  .monuments.itemExpandedAutherContainer.featuredBooks .headerBox {
    height: 60vh !important;
  }


}

/* Small devices (phones, 576px - 767px) */
@media (min-width: 700px) and (max-width: 770px) {
  .inner-listing .filter .filtrationComponents.filtrationComponentsLibraries {
    width: 97% !important;
  }
}

.publication_date {
  margin-left: 32px;
}

.padg_price {
  position: absolute;
  right: -0.8rem;
  top: 2rem;
  width: 25%;
  transform: scaleX(-1);
}

.price_style {
  position: absolute;
  z-index: 9;
  top: 3.5rem;
  color: #373372;
  font-size: 15px;
  right: 2rem;
}

.img_disconut {
  position: relative;
  right: 6%;
}


@media (max-width: 830px) {
  .Publications img {
    min-height: 23vh;
  }

  .img_disconut {
    position: relative;
    right: 3%;
  }

  .padg_price {
    position: absolute;
    right: 1rem;
    top: 2rem;
    width: 25%;
  }

  .price_style {
    position: absolute;
    z-index: 9;
    top: 4rem;
    color: #373372;
    font-size: 18px;
    right: 5rem;
  }
}


@media (max-width: 480px) {
  .Publications img {
    min-height: 35rem;
  }

  .padg_price {
    position: absolute;
    right: 1.2rem;
    top: 2rem;
    width: 25%;
  }

  .price_style {
    position: absolute;
    z-index: 9;
    top: 3rem;
    color: #373372;
    font-size: 11px;
    right: 3.5rem;
  }

  .linksContNewsDetails .tagCont .Txt {
    font: 400 1rem lato;
  }
}

.container_char {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: rgba(255, 255, 255, 0.6);
  justify-content: center;
  margin-top: -1.5rem;
}

.char-box {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--blue-2, #373372);
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  color: #141750;
}

.selected-char {
  background-color: #B6AFC9;
}

.item {
  border-bottom: 1px solid var(--purple-2, #B6AFC9);
  margin: 5px 0;
  padding: 3.3rem 0;
}

.title-row {
  display: flex;
  cursor: pointer;
  font-weight: bold;
  align-items: center;
}

.tittle-collapse {
  margin-left: 3rem;
  font-size: 24px;
  font-weight: 400;
  color: #141750
}

.details {
  margin-top: 10px;
}

.image {
  width: 114px;
  height: 100px;
  display: block;
  margin-bottom: 8px;
  margin-left: 2rem;
}

.desc-collapse {
  font-size: 18px;
  line-height:1.5;
  font-weight: 400;
  color: #373372;
  float: none !important;
}

.icon_arch {
  font-size: 27px;
  font-weight: 600;
  color: #373372;
  background-color: #B6AFC9;
  padding: 5px;
  display: inline-grid;
  height: 29px;
}

@media (max-width: 767px) and (min-width: 751px) {
  .inner-listing .filter .filtrationComponents {
    width: 92% !important;
  }
}

@media (max-width: 1024px) and (min-width: 825px) {
  .inner-listing .filter .filtrationComponents {
    width: 82% !important;
  }
}

.listingLibraryItem .itemMainDecriptionCon .itemMainDescription p {
  margin-bottom: 0 !important;
}

.MapsTabsMainCont {
  z-index: 998 !important;
}

#mapsTimeLine {
  z-index: 997 !important;
}


.bookAuther span {
  font: 400 14px lato;
  color: #131550 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.featuredBooks .see-more {
  font: 400 12px lato;
  color: #131550 !important;
  text-decoration: underline !important;
}

.bookAuther span.see-more {
  font: 400 12px lato;
  color: #131550 !important;
  text-decoration: underline !important;
  white-space: nowrap;
}

/* Styles For Archive Types */


.archiveTypesListing #virtualExhibitionItem {
  height: 30rem !important;
}

.eventsListingCont.archiveTypesListing .listingMainCont .listingItem .itemMainTitle {
  margin: 1.6rem 0 1.6rem;
}

.archiveTypesListing #virtualExhibitionItem img {
  width: 100%;
  height: 14rem;
  object-fit: cover;
}

.ExhibitionLogo.archiveTypesLogo img {
  width: 87vw;
  max-height: 20rem;
  filter: brightness(50%);
  object-fit: cover;
}

.Exhibition-title.Archive-types-title {
  padding: 0 1rem;
}

.ArchiveTypeLink {
  margin: 1rem 0;
}

.ArchiveTypeLink a {
  text-decoration: underline;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
}

/* For iPhone SE */
@media (max-width: 377px) {
  .ExhibitionLogo.archiveTypesLogo img {
    width: 92vw;
    max-height: 15rem;
  }

  .Exhibition-desc.Archive-types-desc {
    font-size: 12px !important;
  }
}

/* iPhones */
@media (min-width: 377px) and (max-width: 575px) {
  .ExhibitionLogo.archiveTypesLogo img {
    width: 92vw;
    max-height: 15rem;
  }
}

/* iPad mini */
@media (min-width: 576px) and (max-width: 770px) {
  .ExhibitionLogo.archiveTypesLogo img {
    width: 86vw;
    max-height: 15rem;
  }


  .Exhibition-desc.Archive-types-desc {
    font-size: 12px !important;
  }

  .archiveTypesListing #virtualExhibitionItem {
    height: 40rem !important;
  }

  .archiveTypesListing #virtualExhibitionItem img {
    height: 25rem;
  }
}

/* Fixing img logo width in mini tablet  */
@media (max-width: 767px) and (min-width:450px) {
  .ExhibitionLogo.archiveTypesLogo img {
    max-width: 510px;
  }
}

/* iPad Air */
@media (min-width: 770px) and (max-width: 991px) {
  .ExhibitionLogo.archiveTypesLogo img {
    width: 85vw;
  }


  .Exhibition-desc.Archive-types-desc {
    font-size: 12px !important;
  }

  .archiveTypesListing #virtualExhibitionItem {
    height: 40rem !important;
  }

  .archiveTypesListing #virtualExhibitionItem img {
    height: 25rem;
  }
}

/* iPad Pro */
@media (min-width: 992px) and (max-width: 1050px) {
  .ExhibitionLogo.archiveTypesLogo img {
    width: 86vw;
  }

  .archiveTypesListing #virtualExhibitionItem {
    height: 40rem !important;
  }

  .archiveTypesListing #virtualExhibitionItem img {
    height: 25rem;
  }
}

.arch_Style {
  margin-left: 3.5rem;
}

@media (max-width: 820px) {
  .arch_Style {
    width: 62vw;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  #listingLibraryItemID {
    min-height: 47vh !important;
  }


  .LibrariesImgContainer.ExhibitionLogo {
    height: 25vh;
  }


  .ExhibitionLogo.LibrariesImgContainer img {
    height: 25vh;
    width: 510px;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .relatedContentItem .header {
    width: 36vw;
  }

  .relatedContentItem .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .relatedContentItem .disc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.VirtualExhibitionsLogoText {
  padding: 10px;
  line-height: 1.5;
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 20px;
  color: #131550;
  text-align: justify;
}

/* Styles For The Coloring Game Listing */

.coloringGameBtnColor {
  background-color: rgb(114, 152, 240) !important;
}

.coloringGameBtnColorReset {
  background-color: rgb(141, 171, 241) !important;
}

.inner-listing .filter .doubleCh input[type="radio"]:checked+label.coloringGameBtnColorLabel {
  background: rgb(114, 152, 240) !important;
  color: #fff;
}

.inner-listing .filter .doubleCh label.coloringGameBtnColorLabel:hover {
  background: rgb(141, 171, 241) !important;
  color: #fff;
}

.coloring-game-container .announcementListing .listingMainCont .listingItem .tagCont .img {
  background-color: #7298f0;
}

.coloring-game-container .announcementListing .listingMainCont .listingItem .tagCont .img span:before {
  color: #fff;
}

.coloring-game-container .announcementListing .listingMainCont .listingItem .tagCont .Txt {
  background-color: #9cb7f4;
  color: #fff;
}

.canvas_whiteboard_buttons[_ngcontent-c2] {
  margin-top: 1% !important;
}

.listingItem.mummy .description p {
  margin-bottom: 0rem !important;
}

.share-game.share-game-coloring .share-wrapper {

  position: absolute;
  top: 17vh;

}



.arabicBeta .clearBtnColoring {
  margin-top: 2vh;
}



/* End Of IT */

.listingItem.mummy .description p {
  margin-bottom: 0 !important;
}


#app-media-gallery.custom-media-style .mediaCenterContainer .mediaCenterItem.headerBox.mediaHeaderBox {
  background: #f551bb;
}

#app-media-gallery.custom-media-style .mediaCenterContainer .mediaCenterItem.headerBox.mediaHeaderBox:after {
  border-right: 1vw solid #f551bb;
}

#app-media-gallery.custom-media-style .mediaCenterContainer .mediaCenterItem.headerBox.mediaHeaderBox a span[class*="icon-"] {
  color: #f551bb;
}

#app-media-gallery.custom-media-style .mediaCenterContainer .mediaCenterItem .itemCaption:after {
  background-color: rgba(245, 81, 187, 0.25);
}

#app-media-gallery.custom-media-style .mediaCenterContainer {
  display: flex;
  flex-wrap: wrap;
  margin: 3.2rem auto;
  background: url("/Style Library/images/eyeBackgroundObject.png") bottom left no-repeat, url("/Style Library/images/eagleBackgroundObject.png") bottom right no-repeat, rgba(245, 81, 187, 0.25);
  background-size: 50%, 50%;
}

.listingItem.mummy .description p {
  margin-bottom: 0 !important;
}

.canvas_whiteboard_buttons>button {
  margin: 0px !important;
}

.arabicBeta [class^="icon-cw-"] {
  margin-left: 7px;
}

.arabicBeta .clearBtnColoring {
  top: 709px !important;
  width: 135px !important;
  left: 140px !important;
}

.arabicBeta .clearBtnColoring {
  right: 152px !important;
}

@media (min-width: 350px) and (max-width: 550px) {
  #search-box input[type="text"]::placeholder {
    font-size: 12px;
  }

  #search-box input[type="text"] {
    padding-left: 10px;
  }
}

.icon-next {
  transform: rotate(180deg);
}

@media (min-width: 1600px) {
  .homeTimeLineBar ol li a {
    font-size: 14px;
    margin-right: -2.8vw;
    width: 80%;
  }

  div.sphinxImg {
    right: clamp(-0.4vw, -0.32vw, -7px);
  }
}

@media (min-width: 2300px) {
  .homeTimeLineBar ol:before {
    right: -8%;
    width: 92%;
  }
}

@media (min-width: 1250px) and (max-width: 1550px) {
  .missionCard {
    min-height: 25vh !important;
  }
}



/*start custom dropdown with search */
.custom-dropdown {
  position: relative;

  input {
    width: 100%;
    cursor: pointer;
  }

  .dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    background: white;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    width: 16.2vw;

    @media (max-width: 850px) {
      width: 100%;
    }
  }

  .dropdown-option {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 1.2rem;

    &:hover {
      background-color: #f2f2f2;
    }
  }
}


.inner-listing .filter .custom-dropdown {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.inner-listing .filter .custom-dropdown:after {
  position: absolute;
  top: .5rem;
  left: 0.9rem;
  color: rgba(32, 32, 96, 0.5);
  content: "\e909";
  display: inline-block;
  font-size: 2.5rem;
  font-family: PortalAndsubPortalIcons;
  z-index: 0;
}

/* end custom dropdown with search */

@media (min-width: 751px) and (max-width: 770px) {
  #Filteration .filtrationComponents.filtrationComponentsNews {
    margin-bottom: 8rem;
  }
}

/* Styles for new design - publication  */

.periodDetailsCont .descriptionImageCont .DescriptionSection.DescriptionSectionPublication {
  width: 70.7%;
}

.periodDetailsCont .descriptionImageCont.publicationCont .headerBox {
  width: 28%;
}

.periodDetailsCont .descriptionImageCont.publicationCont .imgDetailsArch {
  width: 70%;
}

.publicationItemImgContainer {
  width: 350px;
  height: 400px;
}

.periodDetailsCont .descriptionImageCont.publicationCont .imageCont {
  top: 0;
  right: 7.5vw;
}




/* For iPhone SE */
@media (max-width: 377px) {
  .padg_price {
    width: 25%;
    right: 6vw;
    top: 2rem;
  }

  .price_style {
    top: 3rem;
    right: 3.5rem;
  }

  .periodDetailsCont .descriptionImageCont.publicationCont .imgDetailsArch {
    width: 100%;
  }

}



/* iPhones */
/*12*/
@media (min-width: 380px) and (max-width: 390px) {
  .padg_price {
    width: 20%;
    right: 9vw;
    top: 2rem;
  }

  .price_style {
    top: 2.5rem;
    right: 4rem;
  }
}

/* 14 pro max */
@media (min-width: 400px) and (max-width: 575px) {
  .padg_price {
    width: 20%;
    right: 12vw;
    top: 2rem;
  }

  .price_style {
    top: 2.7rem;
    right: 6rem;
  }

  .periodDetailsCont .descriptionImageCont.publicationCont .imgDetailsArch {
    width: 100%;
  }
}

/* iPad mini */
@media (min-width: 576px) and (max-width: 770px) {
  .padg_price {
    width: 20%;
    right: 16.5rem;
    top: 2rem;
  }

  .price_style {
    top: 3.3rem;
    right: 19rem;
  }

  .periodDetailsCont .descriptionImageCont.publicationCont .imgDetailsArch {
    width: 100%;
  }
}

/* iPad Air */
@media (min-width: 770px) and (max-width: 991px) {
  .padg_price {
    width: 20%;
    right: 18rem;
    top: 2rem;
  }

  .price_style {
    top: 3.5rem;
    right: 21rem;
  }

  .periodDetailsCont .descriptionImageCont.publicationCont .imgDetailsArch {
    width: 100%;
  }
}

/* iPad Pro */
@media (min-width: 992px) and (max-width: 1050px) {
  .periodDetailsCont .descriptionImageCont .imgDetailsArch {
    width: 100% !important;
  }

  .periodDetailsCont .descriptionImageCont.periodFromTo .DescriptionSection {
    min-height: 23vh !important;
  }

  .periodDetailsCont .descriptionImageCont.publicationCont .imageCont {
    top: 3vw;
    right: 4.5vw;
  }

  .padg_price {
    position: absolute;
    right: 0rem;
    top: 1rem;
    width: 35%;
  }

  .price_style {
    top: 3rem;
    right: 3rem;
  }

  .publicationItemImgContainer {
    width: 250px;
    height: 325px;
  }

}

@media (min-width: 750px) and (max-width: 767px) {
  .padg_price {
    width: 20%;
    right: 18.5rem;
    top: 2rem;
  }

  .price_style {
    top: 3.3rem;
    right: 21rem;
  }
}

.closeBtn.mediaItemPopup .icon-close-circular-button-of-a-cross:before {
  color: #fff;
  cursor: pointer;
  font-size: 3rem;
}

.closeBtn.mediaItemPopup {
  transform: unset;
}

.alignDescriptionText{
 text-align: justify;
}

.descriptionFontSize{
 font-size: 1.8rem !important;
}